]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gateworks/gw_ventana/Kconfig
spi: omap3_spi: add am43xx support to omap3_spi
[karo-tx-uboot.git] / board / gateworks / gw_ventana / Kconfig
index a9ff70a7617e3fe46501b975fd9ed0b9eb5e8719..c233e90c658902c08594273ffb413a89cda68447 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_GW_VENTANA
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "gw_ventana"
 
 config SYS_VENDOR
-       string
        default "gateworks"
 
 config SYS_SOC
-       string
        default "mx6"
 
 config SYS_CONFIG_NAME
-       string
        default "gw_ventana"
 
 endif