diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-07 22:01:49 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-10-08 17:25:47 +0900 |
commit | 1d5511000367e94d5edce7d9c3720bd9097912a7 (patch) | |
tree | b6f774807ab3ed8f43d56281d7d45e1cf15bdaef /arch/arm/cpu/armv7/exynos/Kconfig | |
parent | f94de733df8a3a6e28a9acbfc00871319f567775 (diff) | |
download | u-boot-1d5511000367e94d5edce7d9c3720bd9097912a7.tar.gz |
config: Move smdkv310 to use common exynos4 file
Most of the smdkv310 features are common with other exynos4 boards. To
permit easier addition of driver model support, use the common file and
add a device tree file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/cpu/armv7/exynos/Kconfig')
-rw-r--r-- | arch/arm/cpu/armv7/exynos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/exynos/Kconfig b/arch/arm/cpu/armv7/exynos/Kconfig index e7c93d8c1f..7a0d182e5f 100644 --- a/arch/arm/cpu/armv7/exynos/Kconfig +++ b/arch/arm/cpu/armv7/exynos/Kconfig @@ -5,6 +5,7 @@ choice config TARGET_SMDKV310 bool "Exynos4210 SMDKV310 board" + select OF_CONTROL if !SPL_BUILD config TARGET_TRATS bool "Exynos4210 Trats board" |