]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc83xx/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc83xx / Kconfig
1 menu "mpc83xx CPU"
2         depends on MPC83xx
3
4 config SYS_CPU
5         default "mpc83xx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_MPC8308_P1M
12         bool "Support mpc8308_p1m"
13
14 config TARGET_SBC8349
15         bool "Support sbc8349"
16
17 config TARGET_VE8313
18         bool "Support ve8313"
19
20 config TARGET_VME8349
21         bool "Support vme8349"
22
23 config TARGET_MPC8308RDB
24         bool "Support MPC8308RDB"
25
26 config TARGET_MPC8313ERDB
27         bool "Support MPC8313ERDB"
28         select SUPPORT_SPL
29
30 config TARGET_MPC8315ERDB
31         bool "Support MPC8315ERDB"
32
33 config TARGET_MPC8323ERDB
34         bool "Support MPC8323ERDB"
35
36 config TARGET_MPC832XEMDS
37         bool "Support MPC832XEMDS"
38
39 config TARGET_MPC8349EMDS
40         bool "Support MPC8349EMDS"
41
42 config TARGET_MPC8349ITX
43         bool "Support MPC8349ITX"
44
45 config TARGET_MPC837XEMDS
46         bool "Support MPC837XEMDS"
47
48 config TARGET_MPC837XERDB
49         bool "Support MPC837XERDB"
50
51 config TARGET_IDS8313
52         bool "Support ids8313"
53         select DM
54
55 config TARGET_KM8360
56         bool "Support km8360"
57
58 config TARGET_SUVD3
59         bool "Support suvd3"
60
61 config TARGET_TUXX1
62         bool "Support tuxx1"
63
64 config TARGET_TQM834X
65         bool "Support TQM834x"
66
67 config TARGET_HRCON
68         bool "Support hrcon"
69
70 endchoice
71
72 source "board/esd/vme8349/Kconfig"
73 source "board/freescale/mpc8308rdb/Kconfig"
74 source "board/freescale/mpc8313erdb/Kconfig"
75 source "board/freescale/mpc8315erdb/Kconfig"
76 source "board/freescale/mpc8323erdb/Kconfig"
77 source "board/freescale/mpc832xemds/Kconfig"
78 source "board/freescale/mpc8349emds/Kconfig"
79 source "board/freescale/mpc8349itx/Kconfig"
80 source "board/freescale/mpc837xemds/Kconfig"
81 source "board/freescale/mpc837xerdb/Kconfig"
82 source "board/ids/ids8313/Kconfig"
83 source "board/keymile/km83xx/Kconfig"
84 source "board/mpc8308_p1m/Kconfig"
85 source "board/sbc8349/Kconfig"
86 source "board/tqc/tqm834x/Kconfig"
87 source "board/ve8313/Kconfig"
88 source "board/gdsys/mpc8308/Kconfig"
89
90 endmenu