projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1291e14
)
ASoC: codecs: Put the CODEC drivers in a menu
author
Mark Brown
<broonie@linaro.org>
Fri, 7 Feb 2014 15:40:35 +0000
(15:40 +0000)
committer
Mark Brown
<broonie@linaro.org>
Fri, 7 Feb 2014 16:22:13 +0000
(16:22 +0000)
Now they're visible they get a bit noisy.
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index f0bdcc5abe837444fcb1e8f62438afc2baa66538..7da528a2c1c51ddcf64d1fa75ecaf5d77084a8e0 100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-8,6
+8,8
@@
config SND_SOC_I2C_AND_SPI
default y if I2C=y
default y if SPI_MASTER=y
+menu "CODEC drivers"
+
config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
depends on COMPILE_TEST
@@
-584,3
+586,5
@@
config SND_SOC_ML26124
config SND_SOC_TPA6130A2
tristate "Texas Instruments TPA6130A2 headphone amplifier"
depends on I2C
+
+endmenu