aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-23 12:28:17 -0500
committerTom Rini <trini@konsulko.com>2022-03-03 16:51:19 -0500
commita7e6c6b1beab148487ba65f4e3d321938b822ab9 (patch)
tree84a2df567df6169bb1822cbbd81f7f8f0110ad6b /arch
parent43ea56465299944afb5562f15127e70e6e3b8f38 (diff)
downloadu-boot-a7e6c6b1beab148487ba65f4e3d321938b822ab9.zip
u-boot-a7e6c6b1beab148487ba65f4e3d321938b822ab9.tar.gz
u-boot-a7e6c6b1beab148487ba65f4e3d321938b822ab9.tar.bz2
Convert CONFIG_BOARD_COMMON to Kconfig
This converts the following to Kconfig: CONFIG_BOARD_COMMON Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 6087d93..f73dbbb 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -1,5 +1,9 @@
if ARCH_EXYNOS
+config BOARD_COMMON
+ def_bool y
+ depends on !TARGET_SMDKV310 && !TARGET_ARNDALE
+
choice
prompt "EXYNOS architecture type select"
optional