]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap3/Kconfig
LG Optimus Black (P970) codename sniper support
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap3 / Kconfig
index b32a6b0e5f59b001ff7aab532c30bf241e6bb6bf..f4fb6cb486ba3a0ca8d2a16933db322cadd05eed 100644 (file)
@@ -114,6 +114,13 @@ config TARGET_OMAP3_CAIRO
        select DM_SERIAL
        select DM_GPIO
 
+config TARGET_SNIPER
+       bool "Sniper"
+       select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
+
 endchoice
 
 config SYS_SOC
@@ -142,5 +149,6 @@ source "board/nokia/rx51/Kconfig"
 source "board/technexion/tao3530/Kconfig"
 source "board/technexion/twister/Kconfig"
 source "board/quipos/cairo/Kconfig"
+source "board/lge/sniper/Kconfig"
 
 endif