u-boot/board/freescale/mpc8548cds/Kconfig
Tom Rini 11f077bb20 mpc8548cds: Rework CONFIG_LEGACY usage
This CONFIG option is used in one place, so pick a more direct name and
migrate to Kconfig.  Rework the code slightly.

Cc: Priyanka Jain <priyanka.jain@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
2022-04-01 10:28:46 -04:00

15 lines
219 B
Text

if TARGET_MPC8548CDS
config SYS_BOARD
default "mpc8548cds"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "MPC8548CDS"
config TARGET_MPC8548CDS_LEGACY
bool "Legacy platform support"
endif