diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 20:19:11 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 17:11:39 (GMT) |
commit | 6bd7be278256c1e66a34c78bbe059584ba8cd9f1 (patch) | |
tree | 8f77c915cfef3c2150fd7726fa507e1a84b17e26 /configs/smdk5250_defconfig | |
parent | 00cf7bf19eb85ae9c28736ace8b046af0c3baed9 (diff) | |
download | u-boot-6bd7be278256c1e66a34c78bbe059584ba8cd9f1.tar.xz |
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/smdk5250_defconfig')
-rw-r--r-- | configs/smdk5250_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smdk5250_defconfig b/configs/smdk5250_defconfig index 58e0516..1234619 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 |