diff options
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 9d2b5b8..8e32533 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -89,7 +89,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_WM8990 if I2C select SND_SOC_WM8991 if I2C select SND_SOC_WM8993 if I2C - select SND_SOC_WM8994 if MFD_WM8994 + select SND_SOC_WM8994 if I2C && MACH_P1 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI select SND_SOC_WM9081 if I2C select SND_SOC_WM9090 if I2C @@ -130,7 +130,7 @@ config SND_SOC_AD1980 config SND_SOC_AD73311 tristate - + config SND_SOC_ADS117X tristate @@ -392,7 +392,7 @@ config SND_SOC_WM9090 menuconfig SND_WM8994_EXTENSIONS bool "WM8994 Extensions" - depends on SND_SOC_SAMSUNG_HERRING_WM8994 + depends on SND_SOC_SAMSUNG_HERRING_WM8994 || SND_SOC_SAMSUNG_P1_WM8994 default y help With this option enabled, the kernel compile an additional driver @@ -409,7 +409,7 @@ config SND_WM8994_EXTENSIONS_HP_LEVEL_CONTROL config SND_WM8994_EXTENSIONS_HP_LEVEL int "default level at boot 0-62" depends on SND_WM8994_EXTENSIONS_HP_LEVEL_CONTROL - default 54 if MACH_HERRING=y || M110S=y + default 54 if MACH_HERRING=y || MACH_P1=y || M110S=y default 47 range 0 62 help |