Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 654da9f5 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Mark Brown
Browse files

ASoC: samsung: UDA1380 needs I2C



The UDA1380 driver needs I2C to be enabled, so
SND_SOC_SAMSUNG_H1940_UDA1380 and
SND_SOC_SAMSUNG_RX1950_UDA1380 also
require this.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarXia Kaixu <kaixu.xia@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 1aa91b6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -130,7 +130,7 @@ config SND_SOC_SAMSUNG_SIMTEC_HERMES


config SND_SOC_SAMSUNG_H1940_UDA1380
config SND_SOC_SAMSUNG_H1940_UDA1380
	tristate "Audio support for the HP iPAQ H1940"
	tristate "Audio support for the HP iPAQ H1940"
	depends on SND_SOC_SAMSUNG && ARCH_H1940
	depends on SND_SOC_SAMSUNG && ARCH_H1940 && I2C
	select SND_S3C24XX_I2S
	select SND_S3C24XX_I2S
	select SND_SOC_UDA1380
	select SND_SOC_UDA1380
	help
	help
@@ -138,7 +138,7 @@ config SND_SOC_SAMSUNG_H1940_UDA1380


config SND_SOC_SAMSUNG_RX1950_UDA1380
config SND_SOC_SAMSUNG_RX1950_UDA1380
	tristate "Audio support for the HP iPAQ RX1950"
	tristate "Audio support for the HP iPAQ RX1950"
	depends on SND_SOC_SAMSUNG && MACH_RX1950
	depends on SND_SOC_SAMSUNG && MACH_RX1950 && I2C
	select SND_S3C24XX_I2S
	select SND_S3C24XX_I2S
	select SND_SOC_UDA1380
	select SND_SOC_UDA1380
	help
	help