]> 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 a029379a4f21b76e769fce7fadfb5bbb531d217a..65da6e2c1752b285f994ff03d8d6cb4309ba339c 100644 (file)
@@ -91,8 +91,27 @@ config TARGET_TWISTER
        bool "Twister"
        select SUPPORT_SPL
 
+config TARGET_OMAP3_CAIRO
+       bool "QUIPOS CAIRO"
+       select SUPPORT_SPL
+
 endchoice
 
+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"
 
@@ -118,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