diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2006-12-12 19:04:19 (GMT) |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-12 19:04:19 (GMT) |
commit | bef1f40261c8bc5ad2ca70a5a1760b0eb79b6812 (patch) | |
tree | c2799c3f46bb82d3db3be07ed22edc13b4352114 /drivers/char/Kconfig | |
parent | c48e3fca3f063edb0c8c4d163e880b94c1d9f93d (diff) | |
download | linux-bef1f40261c8bc5ad2ca70a5a1760b0eb79b6812.tar.xz |
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/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index b10f4d8..0a3aee2 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -867,7 +867,7 @@ config SONYPI config TANBAC_TB0219 tristate "TANBAC TB0219 base board support" - depends TANBAC_TB022X + depends on TANBAC_TB022X select GPIO_VR41XX source "drivers/char/agp/Kconfig" |