Convert CONFIG_PCIE1 et al to Kconfig
[platform/kernel/u-boot.git] / board / freescale / mpc8548cds / Kconfig
1 if TARGET_MPC8548CDS
2
3 config PCI1
4         def_bool y
5
6 config SYS_BOARD
7         default "mpc8548cds"
8
9 config SYS_VENDOR
10         default "freescale"
11
12 config SYS_CONFIG_NAME
13         default "MPC8548CDS"
14
15 config TARGET_MPC8548CDS_LEGACY
16         bool "Legacy platform support"
17
18 endif