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>
This commit is contained in:
parent
f114040e3e
commit
9ce63dbd5d
1 changed files with 6 additions and 1 deletions
|
@ -8,4 +8,9 @@ config SND_SOC_ROCKCHIP
|
||||||
select the audio interfaces to support below.
|
select the audio interfaces to support below.
|
||||||
|
|
||||||
config SND_SOC_ROCKCHIP_I2S
|
config SND_SOC_ROCKCHIP_I2S
|
||||||
tristate
|
tristate "Rockchip I2S Device Driver"
|
||||||
|
depends on CLKDEV_LOOKUP
|
||||||
|
help
|
||||||
|
Say Y or M if you want to add support for I2S driver for
|
||||||
|
Rockchip I2S device. The device supports upto maximum of
|
||||||
|
8 channels each for play and record.
|
||||||
|
|
Loading…
Reference in a new issue