Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / board / freescale / m5253demo / Kconfig
1 if TARGET_M5253DEMO
2
3 config FLASH_CFI_LEGACY
4         depends on SYS_FLASH_CFI
5         def_bool y
6
7 config SYS_CPU
8         default "mcf52x2"
9
10 config SYS_BOARD
11         default "m5253demo"
12
13 config SYS_VENDOR
14         default "freescale"
15
16 config SYS_CONFIG_NAME
17         default "M5253DEMO"
18
19 endif