diff options
author | Mark Brown | 2012-06-25 11:01:27 +0200 |
---|---|---|
committer | Mark Brown | 2012-06-25 11:01:27 +0200 |
commit | d69d65226a7910d1cfd9f3841180a0f250eeb2e9 (patch) | |
tree | b84c71a9aa4e719db5eb3374c3fd131659961a79 /sound/soc | |
parent | ASoC: wm8996: Move register default configuration to I2C probe (diff) | |
download | kernel-qcow2-linux-d69d65226a7910d1cfd9f3841180a0f250eeb2e9.tar.gz kernel-qcow2-linux-d69d65226a7910d1cfd9f3841180a0f250eeb2e9.tar.xz kernel-qcow2-linux-d69d65226a7910d1cfd9f3841180a0f250eeb2e9.zip |
ASoC: dwc: Bodge around continuing absence of clock API stubs
The patches for stubbing out the generic clock API still haven't been
applied so we need to either add ifdefs here or add a dependency until
someone decides to actually apply them.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/dwc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig index 93e9fc33560c..e334900cf0b8 100644 --- a/sound/soc/dwc/Kconfig +++ b/sound/soc/dwc/Kconfig @@ -1,5 +1,6 @@ config SND_DESIGNWARE_I2S tristate "Synopsys I2S Device Driver" + depends on CLKDEV_LOOKUP help Say Y or M if you want to add support for I2S driver for Synopsys desigwnware I2S device. The device supports upto |