Merge branch 'master' of git://git.denx.de/u-boot-tegra
[oweals/u-boot.git] / arch / arm / cpu / armv7 / omap3 / Kconfig
index 53c0d240053b3f93092aa792431a9fc86bbcb225..b32a6b0e5f59b001ff7aab532c30bf241e6bb6bf 100644 (file)
@@ -2,6 +2,7 @@ if OMAP34XX
 
 choice
        prompt "OMAP3 board select"
+       optional
 
 config TARGET_AM3517_EVM
        bool "AM3517 EVM"
@@ -17,14 +18,23 @@ config TARGET_OMAP3_SDP3430
 config TARGET_OMAP3_BEAGLE
        bool "TI OMAP3 BeagleBoard"
        select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
 
 config TARGET_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
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
 
 config TARGET_OMAP3_EVM
        bool "TI OMAP3 EVM"
@@ -41,13 +51,22 @@ config TARGET_OMAP3_EVM_QUICK_NAND
 config TARGET_OMAP3_IGEP00X0
        bool "IGEP"
        select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
 
 config TARGET_OMAP3_OVERO
        bool "OMAP35xx Gumstix Overo"
        select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
 
 config TARGET_OMAP3_ZOOM1
        bool "TI Zoom1"
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
 
 config TARGET_AM3517_CRANE
        bool "am3517_crane"
@@ -88,10 +107,14 @@ config TARGET_TWISTER
        bool "Twister"
        select SUPPORT_SPL
 
-endchoice
+config TARGET_OMAP3_CAIRO
+       bool "QUIPOS CAIRO"
+       select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
 
-config SYS_CPU
-       default "armv7"
+endchoice
 
 config SYS_SOC
        default "omap3"
@@ -101,6 +124,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"
@@ -117,5 +141,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