summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-06 13:19:10 -0700
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:39 -0600
commit00cf7bf19eb85ae9c28736ace8b046af0c3baed9 (patch)
tree1acbcdbdefbffaef5839318166fe9c7f987ad274 /configs
parentde79a7654be3805477d63b5e1377aa1ad4cf6a4d (diff)
downloadtalos-obmc-uboot-00cf7bf19eb85ae9c28736ace8b046af0c3baed9.tar.gz
talos-obmc-uboot-00cf7bf19eb85ae9c28736ace8b046af0c3baed9.zip
sandbox: exynos: Move CONFIG_I2S 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 f452b13b05..3c0a6b3d6d 100644
--- a/configs/arndale_defconfig
+++ b/configs/arndale_defconfig
@@ -5,3 +5,4 @@ CONFIG_TARGET_ARNDALE=y
CONFIG_DEFAULT_DEVICE_TREE="exynos5250-arndale"
CONFIG_SOUND=y
CONFIG_CMD_SOUND=y
+CONFIG_I2S=y
diff --git a/configs/smdk5250_defconfig b/configs/smdk5250_defconfig
index 2151e89969..58e0516328 100644
--- a/configs/smdk5250_defconfig
+++ b/configs/smdk5250_defconfig
@@ -5,3 +5,4 @@ CONFIG_TARGET_SMDK5250=y
CONFIG_DEFAULT_DEVICE_TREE="exynos5250-smdk5250"
CONFIG_SOUND=y
CONFIG_CMD_SOUND=y
+CONFIG_I2S=y
diff --git a/configs/snow_defconfig b/configs/snow_defconfig
index 8c1d64db11..eb8c64a50d 100644
--- a/configs/snow_defconfig
+++ b/configs/snow_defconfig
@@ -9,3 +9,4 @@ CONFIG_CROS_EC_KEYB=y
CONFIG_CMD_CROS_EC=y
CONFIG_SOUND=y
CONFIG_CMD_SOUND=y
+CONFIG_I2S=y
OpenPOWER on IntegriCloud