mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
500dfebf22
Only this platform sets this option, define it in the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
24 lines
306 B
Text
24 lines
306 B
Text
if TARGET_MPC8548CDS
|
|
|
|
config PCI1
|
|
def_bool y
|
|
|
|
config FSL_CADMUS
|
|
def_bool y
|
|
|
|
config INTERRUPTS
|
|
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
|