]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/omap3/Kconfig
omap: gpmc: 'nandecc sw' can use HAM1 or BCH8
[u-boot] / arch / arm / cpu / armv7 / omap3 / Kconfig
index 2fe323230fed032eb74fccbd9e560b75cf550dd2..65da6e2c1752b285f994ff03d8d6cb4309ba339c 100644 (file)
@@ -91,16 +91,26 @@ config TARGET_TWISTER
        bool "Twister"
        select SUPPORT_SPL
 
+config TARGET_OMAP3_CAIRO
+       bool "QUIPOS CAIRO"
+       select SUPPORT_SPL
+
 endchoice
 
 config DM
-       default y if !SPL_BUILD
+       default y
 
 config DM_GPIO
-       default y if DM && !SPL_BUILD
+       default y if DM
 
 config DM_SERIAL
-       default y if DM && !SPL_BUILD
+       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"
@@ -127,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