Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
[platform/kernel/u-boot.git] / board / armadeus / apf27 / Kconfig
index f2d33c6..65544a8 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_APF27
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "apf27"
 
 config SYS_VENDOR
-       string
        default "armadeus"
 
 config SYS_SOC
-       string
        default "mx27"
 
 config SYS_CONFIG_NAME
-       string
        default "apf27"
 
 endif