]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/exynos/Kconfig
Exynos542x: cache: Disable clean/evict push to external
[u-boot] / arch / arm / cpu / armv7 / exynos / Kconfig
index b6a558b235ea6baefba6d7c3a913c0f49b5821e2..eb86a7fe7dcb14d331d8472863592d0ca2b4fc2b 100644 (file)
@@ -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,31 +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
-       string
-       default "armv7"
+endchoice
 
 config SYS_SOC
-       string
        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"