]> 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 4a0ac2c987a224dfe714d3f4da4045c07157e4c6..65da6e2c1752b285f994ff03d8d6cb4309ba339c 100644 (file)
@@ -91,6 +91,10 @@ config TARGET_TWISTER
        bool "Twister"
        select SUPPORT_SPL
 
+config TARGET_OMAP3_CAIRO
+       bool "QUIPOS CAIRO"
+       select SUPPORT_SPL
+
 endchoice
 
 config DM
@@ -133,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