Convert CONFIG_SYS_USE_NORFLASH et al to Kconfig
[platform/kernel/u-boot.git] / board / atmel / at91sam9263ek / Kconfig
index f8e2b48..71cbc89 100644 (file)
@@ -1,18 +1,15 @@
 if TARGET_AT91SAM9263EK
 
-config SYS_CPU
-       default "arm926ejs"
-
 config SYS_BOARD
        default "at91sam9263ek"
 
 config SYS_VENDOR
        default "atmel"
 
-config SYS_SOC
-       default "at91"
-
 config SYS_CONFIG_NAME
        default "at91sam9263ek"
 
+config SYS_USE_NORFLASH
+       bool "Use the NOR flash on the platform"
+
 endif