u-boot/board/freescale/mpc8548cds/Kconfig
Tom Rini 3dc2987f5c Convert CONFIG_PCIE1 et al to Kconfig
This converts the following to Kconfig:
   CONFIG_PCIE1
   CONFIG_PCIE2
   CONFIG_PCIE3
   CONFIG_PCIE4
   CONFIG_PCI1

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-07-05 17:04:59 -04:00

18 lines
244 B
Text

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