summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8xx/Kconfig
blob: 428a1290c4c77415d479d3d752c39b33d1b0dc99 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
menu "mpc8xx CPU"
	depends on 8xx

config SYS_CPU
	default "mpc8xx"

choice
	prompt "Target select"

config TARGET_COGENT_MPC8XX
	bool "Support cogent_mpc8xx"

config TARGET_TQM823L
	bool "Support TQM823L"

config TARGET_TQM823M
	bool "Support TQM823M"

config TARGET_TQM850L
	bool "Support TQM850L"

config TARGET_TQM850M
	bool "Support TQM850M"

config TARGET_TQM855L
	bool "Support TQM855L"

config TARGET_TQM855M
	bool "Support TQM855M"

config TARGET_TQM860L
	bool "Support TQM860L"

config TARGET_TQM860M
	bool "Support TQM860M"

config TARGET_TQM862L
	bool "Support TQM862L"

config TARGET_TQM862M
	bool "Support TQM862M"

config TARGET_TQM866M
	bool "Support TQM866M"

config TARGET_TQM885D
	bool "Support TQM885D"

endchoice

source "board/cogent/Kconfig"
source "board/tqc/tqm8xx/Kconfig"

endmenu
OpenPOWER on IntegriCloud