X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fcpu%2Farmv7%2Fexynos%2FKconfig;h=eb86a7fe7dcb14d331d8472863592d0ca2b4fc2b;hb=f0f76b0a4c7181b2cbde39ec04eac8973cd4ad1f;hp=d132f035146fc52f6e92512e8707e47de2be772b;hpb=2a8c9c86b92a9ccee3c27286de317e19bb0530b3;p=u-boot diff --git a/arch/arm/cpu/armv7/exynos/Kconfig b/arch/arm/cpu/armv7/exynos/Kconfig index d132f03514..eb86a7fe7d 100644 --- a/arch/arm/cpu/armv7/exynos/Kconfig +++ b/arch/arm/cpu/armv7/exynos/Kconfig @@ -4,7 +4,9 @@ choice prompt "EXYNOS board select" config TARGET_SMDKV310 + select SUPPORT_SPL bool "Exynos4210 SMDKV310 board" + select OF_CONTROL config TARGET_TRATS bool "Exynos4210 Trats board" @@ -14,6 +16,7 @@ config TARGET_S5PC210_UNIVERSAL config TARGET_ORIGEN bool "Exynos4412 Origen board" + select SUPPORT_SPL config TARGET_TRATS2 bool "Exynos4412 Trat2 board" @@ -21,29 +24,68 @@ config TARGET_TRATS2 config TARGET_ODROID bool "Exynos4412 Odroid board" +config TARGET_ODROID_XU3 + bool "Exynos5422 Odroid board" + select OF_CONTROL + config TARGET_ARNDALE bool "Exynos5250 Arndale board" + select CPU_V7_HAS_NONSEC + select CPU_V7_HAS_VIRT + select SUPPORT_SPL + select OF_CONTROL config TARGET_SMDK5250 bool "SMDK5250 board" + select SUPPORT_SPL + select OF_CONTROL config TARGET_SNOW bool "Snow board" + select SUPPORT_SPL + select OF_CONTROL config TARGET_SMDK5420 bool "SMDK5420 board" + select SUPPORT_SPL + select OF_CONTROL -config TARGET_PEACH_PIT +config TARGET_PEACH_PI bool "Peach Pi board" + select SUPPORT_SPL + select OF_CONTROL -endchoice +config TARGET_PEACH_PIT + bool "Peach Pit board" + select SUPPORT_SPL + select OF_CONTROL -config SYS_CPU - default "armv7" +endchoice config SYS_SOC default "exynos" +config DM + default y + +config DM_SERIAL + default y + +config DM_SPI + default y + +config DM_SPI_FLASH + default y + +config DM_GPIO + default y + +config SYS_MALLOC_F + default y + +config SYS_MALLOC_F_LEN + default 0x400 + source "board/samsung/smdkv310/Kconfig" source "board/samsung/trats/Kconfig" source "board/samsung/universal_c210/Kconfig"