u-boot/board/freescale/mpc8548cds/Kconfig
Tom Rini 2a776c79db Convert CONFIG_FSL_CADMUS to Kconfig
This converts the following to Kconfig:
   CONFIG_FSL_CADMUS

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-12-05 16:06:43 -05:00

22 lines
275 B
Plaintext

if TARGET_MPC8548CDS
config PCI1
def_bool y
config FSL_CADMUS
def_bool y
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