1if TARGET_MPC8548CDS
2
3config PCI1
4	def_bool y
5
6config FSL_CADMUS
7	def_bool y
8
9config INTERRUPTS
10	def_bool y
11
12config SYS_BOARD
13	default "mpc8548cds"
14
15config SYS_VENDOR
16	default "freescale"
17
18config SYS_CONFIG_NAME
19	default "MPC8548CDS"
20
21config TARGET_MPC8548CDS_LEGACY
22	bool "Legacy platform support"
23
24endif
25