u-boot/board/freescale/m5253demo/Kconfig

20 lines
249 B
Text
Raw Normal View History

if TARGET_M5253DEMO
config FLASH_CFI_LEGACY
depends on SYS_FLASH_CFI
def_bool y
config SYS_CPU
default "mcf52x2"
config SYS_BOARD
default "m5253demo"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "M5253DEMO"
endif