mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
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
@@ -1,6 +1,6 @@
|
||||
config SND_AOA_FABRIC_LAYOUT
|
||||
tristate "layout-id fabric"
|
||||
depends SND_AOA
|
||||
depends on SND_AOA
|
||||
select SND_AOA_SOUNDBUS
|
||||
select SND_AOA_SOUNDBUS_I2S
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user