diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-25 05:01:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-25 05:01:27 -0400 |
commit | d69d65226a7910d1cfd9f3841180a0f250eeb2e9 (patch) | |
tree | b84c71a9aa4e719db5eb3374c3fd131659961a79 /sound | |
parent | ec8ffe1868f45a72eb243f1c9797806be58276fd (diff) |
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')
-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 @@ | |||
1 | config SND_DESIGNWARE_I2S | 1 | config SND_DESIGNWARE_I2S |
2 | tristate "Synopsys I2S Device Driver" | 2 | tristate "Synopsys I2S Device Driver" |
3 | depends on CLKDEV_LOOKUP | ||
3 | help | 4 | help |
4 | Say Y or M if you want to add support for I2S driver for | 5 | Say Y or M if you want to add support for I2S driver for |
5 | Synopsys desigwnware I2S device. The device supports upto | 6 | Synopsys desigwnware I2S device. The device supports upto |