aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mpc8548cds/Kconfig
blob: 87f3374bf453619e20023d3be1769eee0d45d79b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_MPC8548CDS

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