aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/83xx/Kconfig43
1 files changed, 20 insertions, 23 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index ba28882a391..13587e2e868 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -1,11 +1,15 @@
1choice 1menuconfig MPC83xx
2 prompt "83xx Board Type" 2 bool "83xx Board Type"
3 depends on PPC_83xx 3 depends on PPC_83xx
4 default MPC834x_MDS 4 select PPC_UDBG_16550
5 select PPC_INDIRECT_PCI
6
7if MPC83xx
5 8
6config MPC831x_RDB 9config MPC831x_RDB
7 bool "Freescale MPC831x RDB" 10 bool "Freescale MPC831x RDB"
8 select DEFAULT_UIMAGE 11 select DEFAULT_UIMAGE
12 select PPC_MPC831x
9 help 13 help
10 This option enables support for the MPC8313 RDB and MPC8315 RDB boards. 14 This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
11 15
@@ -13,6 +17,7 @@ config MPC832x_MDS
13 bool "Freescale MPC832x MDS" 17 bool "Freescale MPC832x MDS"
14 select DEFAULT_UIMAGE 18 select DEFAULT_UIMAGE
15 select QUICC_ENGINE 19 select QUICC_ENGINE
20 select PPC_MPC832x
16 help 21 help
17 This option enables support for the MPC832x MDS evaluation board. 22 This option enables support for the MPC832x MDS evaluation board.
18 23
@@ -20,12 +25,14 @@ config MPC832x_RDB
20 bool "Freescale MPC832x RDB" 25 bool "Freescale MPC832x RDB"
21 select DEFAULT_UIMAGE 26 select DEFAULT_UIMAGE
22 select QUICC_ENGINE 27 select QUICC_ENGINE
28 select PPC_MPC832x
23 help 29 help
24 This option enables support for the MPC8323 RDB board. 30 This option enables support for the MPC8323 RDB board.
25 31
26config MPC834x_MDS 32config MPC834x_MDS
27 bool "Freescale MPC834x MDS" 33 bool "Freescale MPC834x MDS"
28 select DEFAULT_UIMAGE 34 select DEFAULT_UIMAGE
35 select PPC_MPC834x
29 help 36 help
30 This option enables support for the MPC 834x MDS evaluation board. 37 This option enables support for the MPC 834x MDS evaluation board.
31 38
@@ -37,6 +44,7 @@ config MPC834x_MDS
37config MPC834x_ITX 44config MPC834x_ITX
38 bool "Freescale MPC834x ITX" 45 bool "Freescale MPC834x ITX"
39 select DEFAULT_UIMAGE 46 select DEFAULT_UIMAGE
47 select PPC_MPC834x
40 help 48 help
41 This option enables support for the MPC 834x ITX evaluation board. 49 This option enables support for the MPC 834x ITX evaluation board.
42 50
@@ -53,49 +61,38 @@ config MPC836x_MDS
53config MPC837x_MDS 61config MPC837x_MDS
54 bool "Freescale MPC837x MDS" 62 bool "Freescale MPC837x MDS"
55 select DEFAULT_UIMAGE 63 select DEFAULT_UIMAGE
64 select PPC_MPC837x
56 help 65 help
57 This option enables support for the MPC837x MDS Processor Board. 66 This option enables support for the MPC837x MDS Processor Board.
58 67
59config MPC837x_RDB 68config MPC837x_RDB
60 bool "Freescale MPC837x RDB" 69 bool "Freescale MPC837x RDB"
61 select DEFAULT_UIMAGE 70 select DEFAULT_UIMAGE
71 select PPC_MPC837x
62 help 72 help
63 This option enables support for the MPC837x RDB Board. 73 This option enables support for the MPC837x RDB Board.
64 74
65config SBC834x 75config SBC834x
66 bool "Wind River SBC834x" 76 bool "Wind River SBC834x"
67 select DEFAULT_UIMAGE 77 select DEFAULT_UIMAGE
78 select PPC_MPC834x
68 help 79 help
69 This option enables support for the Wind River SBC834x board. 80 This option enables support for the Wind River SBC834x board.
70 81
71endchoice 82endif
72 83
84# used for usb
73config PPC_MPC831x 85config PPC_MPC831x
74 bool 86 bool
75 select PPC_UDBG_16550
76 select PPC_INDIRECT_PCI
77 default y if MPC831x_RDB
78 87
88# used for math-emu
79config PPC_MPC832x 89config PPC_MPC832x
80 bool 90 bool
81 select PPC_UDBG_16550
82 select PPC_INDIRECT_PCI
83 default y if MPC832x_MDS || MPC832x_RDB
84 91
85config MPC834x 92# used for usb
93config PPC_MPC834x
86 bool 94 bool
87 select PPC_UDBG_16550
88 select PPC_INDIRECT_PCI
89 default y if MPC834x_MDS || MPC834x_ITX || SBC834x
90
91config PPC_MPC836x
92 bool
93 select PPC_UDBG_16550
94 select PPC_INDIRECT_PCI
95 default y if MPC836x_MDS
96 95
96# used for usb
97config PPC_MPC837x 97config PPC_MPC837x
98 bool 98 bool
99 select PPC_UDBG_16550
100 select PPC_INDIRECT_PCI
101 default y if MPC837x_MDS || MPC837x_RDB