kconfig: arm: introduce symbol for ARM CPUs
[platform/kernel/u-boot.git] / board / karo / tx25 / Kconfig
index 095b1a5..42746c1 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_TX25
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "tx25"
 
 config SYS_VENDOR
-       string
        default "karo"
 
 config SYS_SOC
-       string
        default "mx25"
 
 config SYS_CONFIG_NAME
-       string
        default "tx25"
 
 endif