summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/arndale_defconfig1
-rw-r--r--configs/smdk5250_defconfig1
-rw-r--r--configs/snow_defconfig1
-rw-r--r--drivers/sound/Kconfig10
-rw-r--r--include/configs/exynos5250-common.h1
5 files changed, 13 insertions, 1 deletions
diff --git a/configs/arndale_defconfig b/configs/arndale_defconfig
index 3c0a6b3d6d..3d5c870c1d 100644
--- a/configs/arndale_defconfig
+++ b/configs/arndale_defconfig
@@ -6,3 +6,4 @@ CONFIG_DEFAULT_DEVICE_TREE="exynos5250-arndale"
CONFIG_SOUND=y
CONFIG_CMD_SOUND=y
CONFIG_I2S=y
+CONFIG_I2S_SAMSUNG=y
diff --git a/configs/smdk5250_defconfig b/configs/smdk5250_defconfig
index 58e0516328..123461918c 100644
--- a/configs/smdk5250_defconfig
+++ b/configs/smdk5250_defconfig
@@ -6,3 +6,4 @@ CONFIG_DEFAULT_DEVICE_TREE="exynos5250-smdk5250"
CONFIG_SOUND=y
CONFIG_CMD_SOUND=y
CONFIG_I2S=y
+CONFIG_I2S_SAMSUNG=y
diff --git a/configs/snow_defconfig b/configs/snow_defconfig
index eb8c64a50d..d8c01e6be3 100644
--- a/configs/snow_defconfig
+++ b/configs/snow_defconfig
@@ -10,3 +10,4 @@ CONFIG_CMD_CROS_EC=y
CONFIG_SOUND=y
CONFIG_CMD_SOUND=y
CONFIG_I2S=y
+CONFIG_I2S_SAMSUNG=y
diff --git a/drivers/sound/Kconfig b/drivers/sound/Kconfig
index 759a10fcc3..1b97af001b 100644
--- a/drivers/sound/Kconfig
+++ b/drivers/sound/Kconfig
@@ -18,3 +18,13 @@ config I2S
SoC to the audio codec. This option enables sound support using
I2S. It calls either of the two supported codecs (no use is made
of driver model at present).
+
+config I2S_SAMSUNG
+ bool "Enable I2C support for Samsung SoCs"
+ depends on SOUND
+ help
+ Samsung Exynos SoCs support an I2S interface for sending audio
+ data to an audio codec. This option enables support for this,
+ using one of the available audio codec drivers. Enabling this
+ option provides an implementation for sound_init() and
+ sound_play().
diff --git a/include/configs/exynos5250-common.h b/include/configs/exynos5250-common.h
index c9eac15cfa..895d6e1994 100644
--- a/include/configs/exynos5250-common.h
+++ b/include/configs/exynos5250-common.h
@@ -30,7 +30,6 @@
/* Sound */
#ifdef CONFIG_CMD_SOUND
-#define CONFIG_I2S_SAMSUNG
#define CONFIG_SOUND_MAX98095
#define CONFIG_SOUND_WM8994
#endif
OpenPOWER on IntegriCloud