]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8xx/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8xx / Kconfig
1 menu "mpc8xx CPU"
2         depends on 8xx
3
4 config SYS_CPU
5         default "mpc8xx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_TQM823L
12         bool "Support TQM823L"
13
14 config TARGET_TQM823M
15         bool "Support TQM823M"
16
17 config TARGET_TQM850L
18         bool "Support TQM850L"
19
20 config TARGET_TQM850M
21         bool "Support TQM850M"
22
23 config TARGET_TQM855L
24         bool "Support TQM855L"
25
26 config TARGET_TQM855M
27         bool "Support TQM855M"
28
29 config TARGET_TQM860L
30         bool "Support TQM860L"
31
32 config TARGET_TQM860M
33         bool "Support TQM860M"
34
35 config TARGET_TQM862L
36         bool "Support TQM862L"
37
38 config TARGET_TQM862M
39         bool "Support TQM862M"
40
41 config TARGET_TQM866M
42         bool "Support TQM866M"
43
44 config TARGET_TQM885D
45         bool "Support TQM885D"
46
47 endchoice
48
49 source "board/tqc/tqm8xx/Kconfig"
50
51 endmenu