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>
This commit is contained in:

committed by
Adrian Bunk

parent
c48e3fca3f
commit
bef1f40261
@@ -179,7 +179,7 @@ config BIOS_FIXUP
|
||||
# OAK doesn't exist but wanted to keep this around for any future 403GCX boards
|
||||
config 403GCX
|
||||
bool
|
||||
depends OAK
|
||||
depends on OAK
|
||||
default y
|
||||
|
||||
config 405EP
|
||||
|
Reference in New Issue
Block a user