diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2006-12-12 14:04:19 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-12 14:04:19 -0500 |
commit | bef1f40261c8bc5ad2ca70a5a1760b0eb79b6812 (patch) | |
tree | c2799c3f46bb82d3db3be07ed22edc13b4352114 /drivers/ide/Kconfig | |
parent | c48e3fca3f063edb0c8c4d163e880b94c1d9f93d (diff) |
kconfig: Standardize "depends" -> "depends on" in Kconfig files
Standardize the miniscule percentage of occurrences of "depends" in
Kconfig files to "depends on", and update kconfig-language.txt to
reflect that.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index e23bc0d62159..3f828052f8d2 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -796,7 +796,7 @@ endchoice | |||
796 | config BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ | 796 | config BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ |
797 | int "Maximum transfer size (KB) per request (up to 128)" | 797 | int "Maximum transfer size (KB) per request (up to 128)" |
798 | default "128" | 798 | default "128" |
799 | depends BLK_DEV_IDE_AU1XXX | 799 | depends on BLK_DEV_IDE_AU1XXX |
800 | 800 | ||
801 | config IDE_ARM | 801 | config IDE_ARM |
802 | def_bool ARM && (ARCH_A5K || ARCH_CLPS7500 || ARCH_RPC || ARCH_SHARK) | 802 | def_bool ARM && (ARCH_A5K || ARCH_CLPS7500 || ARCH_RPC || ARCH_SHARK) |