summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-02-07 15:40:35 +0000
committerMark Brown <broonie@linaro.org>2014-02-07 16:22:13 +0000
commit4d1a77224bac47c994ecdc776f0c09c9a0ed9d49 (patch)
treef311afc4b20391aeef913740ca68f106bc9d4378 /sound/soc/codecs/Kconfig
parent1291e14175e6b83efe1464f32189acb21bc4be09 (diff)
downloadlinux-4d1a77224bac47c994ecdc776f0c09c9a0ed9d49.tar.bz2
ASoC: codecs: Put the CODEC drivers in a menu
Now they're visible they get a bit noisy. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index f0bdcc5abe83..7da528a2c1c5 100644
--- 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