aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-04-10 18:14:31 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-04-10 18:22:29 +0200
commit5e2bf4ccea1c97641cd56465f302ebe5223c2916 (patch)
tree8079d8a8656ae74f55ea50fa8f060d669ff7d629
parenta0e216834c0d05121b7677b18ef649ed4dc08883 (diff)
downloadkernel_replicant_linux-audio.tar.gz
kernel_replicant_linux-audio.tar.bz2
kernel_replicant_linux-audio.zip
replicant_defconfig: enable midas CODECsaudio
The midas devicetree uses the "wlf,wm1811" compatible property for the audio CODEC. This is supported by the wm8994 codec driver which is enabled with the CONFIG_SND_SOC_WM8994 configuration. The SOC and I2S devicetree bindings are documented in Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt And that part is implemented by the smdk_wm8994 sound driver which is enabled by the CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994 configuration. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--arch/arm/configs/replicant_defconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig
index 29d577031326..2650543c0679 100644
--- a/arch/arm/configs/replicant_defconfig
+++ b/arch/arm/configs/replicant_defconfig
@@ -277,7 +277,6 @@ CONFIG_WATCHDOG=y
CONFIG_S3C2410_WATCHDOG=y
CONFIG_MFD_MAX77686=y
CONFIG_MFD_MAX77693=y
-CONFIG_MFD_WM8994=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_GPIO=y
@@ -330,14 +329,13 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_LOGO=y
CONFIG_SOUND=y
CONFIG_SND=y
-CONFIG_SND_DUMMY=y
# CONFIG_SND_ARM is not set
# CONFIG_SND_SPI is not set
# CONFIG_SND_USB is not set
CONFIG_SND_SOC=y
CONFIG_SND_SOC_SAMSUNG=y
-CONFIG_SND_SAMSUNG_PCM=y
-CONFIG_SND_SAMSUNG_I2S=y
+CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994=y
+CONFIG_SND_SOC_SMDK_WM8994_PCM=y
CONFIG_SND_SIMPLE_CARD=y
CONFIG_HID_A4TECH=y
CONFIG_HID_APPLE=y