summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc5xx/Kconfig
blob: aad4a7cdd86c799d51d8bb9fd19b22b8ede8e6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
menu "mpc5xx CPU"
	depends on 5xx

config SYS_CPU
	default "mpc5xx"

choice
	prompt "Target select"

config TARGET_CMI_MPC5XX
	bool "Support cmi_mpc5xx"

config TARGET_PATI
	bool "Support PATI"

endchoice

source "board/cmi/Kconfig"
source "board/mpl/pati/Kconfig"

endmenu
OpenPOWER on IntegriCloud