mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
3dc2987f5c
This converts the following to Kconfig: CONFIG_PCIE1 CONFIG_PCIE2 CONFIG_PCIE3 CONFIG_PCIE4 CONFIG_PCI1 Signed-off-by: Tom Rini <trini@konsulko.com>
18 lines
244 B
Text
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
|