diff options
author | Jianqun <jay.xu@rock-chips.com> | 2014-10-31 22:58:18 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-03 07:09:46 -0500 |
commit | 9ce63dbd5d2671a209a859ee90f7dc6b8f22f28e (patch) | |
tree | 7f6d464e2b00f309cc335d5cef407fbd619a9ea6 /sound/soc/rockchip | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ASoC: rockchip: i2s: add text after tristate for SND_SOC_ROCKCHIP_I2S
For SND_SOC_ROCKCHIP_I2S, adding some text after the
tristate to make this directly user selectable.
Signed-off-by: Jianqun <jay.xu@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip')
-rw-r--r-- | sound/soc/rockchip/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index 78fc159559b0..b1fc0ca3e617 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig | |||
@@ -8,4 +8,9 @@ config SND_SOC_ROCKCHIP | |||
8 | select the audio interfaces to support below. | 8 | select the audio interfaces to support below. |
9 | 9 | ||
10 | config SND_SOC_ROCKCHIP_I2S | 10 | config SND_SOC_ROCKCHIP_I2S |
11 | tristate | 11 | tristate "Rockchip I2S Device Driver" |
12 | depends on CLKDEV_LOOKUP | ||
13 | help | ||
14 | Say Y or M if you want to add support for I2S driver for | ||
15 | Rockchip I2S device. The device supports upto maximum of | ||
16 | 8 channels each for play and record. | ||