commit | a7e6c6b1beab148487ba65f4e3d321938b822ab9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 23 12:28:17 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 03 16:51:19 2022 -0500 |
tree | 84a2df567df6169bb1822cbbd81f7f8f0110ad6b | |
parent | 43ea56465299944afb5562f15127e70e6e3b8f38 [diff] [blame] |
Convert CONFIG_BOARD_COMMON to Kconfig This converts the following to Kconfig: CONFIG_BOARD_COMMON Signed-off-by: Tom Rini <trini@konsulko.com>
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