summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-06 13:19:11 -0700
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:39 -0600
commit6bd7be278256c1e66a34c78bbe059584ba8cd9f1 (patch)
tree8f77c915cfef3c2150fd7726fa507e1a84b17e26 /configs
parent00cf7bf19eb85ae9c28736ace8b046af0c3baed9 (diff)
downloadtalos-obmc-uboot-6bd7be278256c1e66a34c78bbe059584ba8cd9f1.tar.gz
talos-obmc-uboot-6bd7be278256c1e66a34c78bbe059584ba8cd9f1.zip
sandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/arndale_defconfig1
-rw-r--r--configs/smdk5250_defconfig1
-rw-r--r--configs/snow_defconfig1
3 files changed, 3 insertions, 0 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
OpenPOWER on IntegriCloud