summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8260/Kconfig
blob: 599b0212ad89a122058868ee167525c448f9df55 (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
25
26
27
28
29
menu "mpc8260 CPU"
	depends on MPC8260

config SYS_CPU
	default "mpc8260"

choice
	prompt "Target select"

config TARGET_ATC
	bool "Support atc"

config TARGET_CPU86
	bool "Support CPU86"

config TARGET_CPU87
	bool "Support CPU87"

config TARGET_KM82XX
	bool "Support km82xx"

endchoice

source "board/atc/Kconfig"
source "board/cpu86/Kconfig"
source "board/cpu87/Kconfig"
source "board/keymile/km82xx/Kconfig"

endmenu
OpenPOWER on IntegriCloud