warp: Add initial WaRP Board support
[platform/kernel/u-boot.git] / board / gumstix / pepper / Kconfig
index 290b428..6f94612 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_PEPPER
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "pepper"
 
 config SYS_VENDOR
-       string
        default "gumstix"
 
 config SYS_SOC
-       string
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       string
        default "pepper"
 
 endif