~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: bb0a0758964ceb9f14cdabeca40e80f5033f0714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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