]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap3/Kconfig
omap3: add support for QUIPOS Cairo board.
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap3 / Kconfig
index 6fae1e5f36e5a3ea416e68275c5cd51f2f19fe20..65da6e2c1752b285f994ff03d8d6cb4309ba339c 100644 (file)
@@ -5,57 +5,74 @@ choice
 
 config TARGET_AM3517_EVM
        bool "AM3517 EVM"
+       select SUPPORT_SPL
 
 config TARGET_MT_VENTOUX
        bool "TeeJet Mt.Ventoux"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_SDP3430
        bool "TI OMAP3430 SDP"
 
 config TARGET_OMAP3_BEAGLE
        bool "TI OMAP3 BeagleBoard"
+       select SUPPORT_SPL
 
 config TARGET_CM_T35
-       bool "CompuLab CM-T35"
+       bool "CompuLab CM-T3530 and CM-T3730 boards"
+       select SUPPORT_SPL
+
+config TARGET_CM_T3517
+       bool "CompuLab CM-T3517 boards"
 
 config TARGET_DEVKIT8000
        bool "TimLL OMAP3 Devkit8000"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_EVM
        bool "TI OMAP3 EVM"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_EVM_QUICK_MMC
        bool "TI OMAP3 EVM Quick MMC"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_EVM_QUICK_NAND
        bool "TI OMAP3 EVM Quick NAND"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_IGEP00X0
        bool "IGEP"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_OVERO
        bool "OMAP35xx Gumstix Overo"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_ZOOM1
        bool "TI Zoom1"
 
 config TARGET_AM3517_CRANE
        bool "am3517_crane"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_PANDORA
        bool "OMAP3 Pandora"
 
 config TARGET_ECO5PK
        bool "ECO5PK"
+       select SUPPORT_SPL
 
 config TARGET_DIG297
        bool "DIG297"
 
 config TARGET_TRICORDER
        bool "Tricorder"
+       select SUPPORT_SPL
 
 config TARGET_MCX
        bool "MCX"
+       select SUPPORT_SPL
 
 config TARGET_OMAP3_LOGIC
        bool "OMAP3 Logic"
@@ -68,14 +85,32 @@ config TARGET_NOKIA_RX51
 
 config TARGET_TAO3530
        bool "TAO3530"
+       select SUPPORT_SPL
 
 config TARGET_TWISTER
        bool "Twister"
+       select SUPPORT_SPL
+
+config TARGET_OMAP3_CAIRO
+       bool "QUIPOS CAIRO"
+       select SUPPORT_SPL
 
 endchoice
 
-config SYS_CPU
-       default "armv7"
+config DM
+       default y
+
+config DM_GPIO
+       default y if DM
+
+config DM_SERIAL
+       default y if DM
+
+config SYS_MALLOC_F
+       default y if DM
+
+config SYS_MALLOC_F_LEN
+       default 0x400 if DM
 
 config SYS_SOC
        default "omap3"
@@ -85,6 +120,7 @@ source "board/teejet/mt_ventoux/Kconfig"
 source "board/ti/sdp3430/Kconfig"
 source "board/ti/beagle/Kconfig"
 source "board/compulab/cm_t35/Kconfig"
+source "board/compulab/cm_t3517/Kconfig"
 source "board/timll/devkit8000/Kconfig"
 source "board/ti/evm/Kconfig"
 source "board/isee/igep00x0/Kconfig"
@@ -101,5 +137,6 @@ source "board/matrix_vision/mvblx/Kconfig"
 source "board/nokia/rx51/Kconfig"
 source "board/technexion/tao3530/Kconfig"
 source "board/technexion/twister/Kconfig"
+source "board/quipos/cairo/Kconfig"
 
 endif