Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / Kconfig
1 menuconfig PPC_83xx
2 bool "83xx-based boards"
3 depends on 6xx && PPC_MULTIPLATFORM
4 select PPC_UDBG_16550
5 select PPC_PCI_CHOICE
6 select FSL_PCI if PCI
7 select FSL_SOC
8 select IPIC
9
10 if PPC_83xx
11
12 config MPC831x_RDB
13 bool "Freescale MPC831x RDB"
14 select DEFAULT_UIMAGE
15 select PPC_MPC831x
16 help
17 This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
18
19 config MPC832x_MDS
20 bool "Freescale MPC832x MDS"
21 select DEFAULT_UIMAGE
22 select QUICC_ENGINE
23 select PPC_MPC832x
24 help
25 This option enables support for the MPC832x MDS evaluation board.
26
27 config MPC832x_RDB
28 bool "Freescale MPC832x RDB"
29 select DEFAULT_UIMAGE
30 select QUICC_ENGINE
31 select PPC_MPC832x
32 help
33 This option enables support for the MPC8323 RDB board.
34
35 config MPC834x_MDS
36 bool "Freescale MPC834x MDS"
37 select DEFAULT_UIMAGE
38 select PPC_MPC834x
39 help
40 This option enables support for the MPC 834x MDS evaluation board.
41
42 Be aware that PCI buses can only function when MDS board is plugged
43 into the PIB (Platform IO Board) board from Freescale which provide
44 3 PCI slots. The PIBs PCI initialization is the bootloader's
45 responsibility.
46
47 config MPC834x_ITX
48 bool "Freescale MPC834x ITX"
49 select DEFAULT_UIMAGE
50 select PPC_MPC834x
51 help
52 This option enables support for the MPC 834x ITX evaluation board.
53
54 Be aware that PCI initialization is the bootloader's
55 responsibility.
56
57 config MPC836x_MDS
58 bool "Freescale MPC836x MDS"
59 select DEFAULT_UIMAGE
60 select QUICC_ENGINE
61 help
62 This option enables support for the MPC836x MDS Processor Board.
63
64 config MPC836x_RDK
65 bool "Freescale/Logic MPC836x RDK"
66 select DEFAULT_UIMAGE
67 select QUICC_ENGINE
68 select QE_GPIO
69 select FSL_GTM
70 select FSL_LBC
71 help
72 This option enables support for the MPC836x RDK Processor Board,
73 also known as ZOOM PowerQUICC Kit.
74
75 config MPC837x_MDS
76 bool "Freescale MPC837x MDS"
77 select DEFAULT_UIMAGE
78 select PPC_MPC837x
79 help
80 This option enables support for the MPC837x MDS Processor Board.
81
82 config MPC837x_RDB
83 bool "Freescale MPC837x RDB"
84 select DEFAULT_UIMAGE
85 select PPC_MPC837x
86 help
87 This option enables support for the MPC837x RDB Board.
88
89 config SBC834x
90 bool "Wind River SBC834x"
91 select DEFAULT_UIMAGE
92 select PPC_MPC834x
93 help
94 This option enables support for the Wind River SBC834x board.
95
96 config ASP834x
97 bool "Analogue & Micro ASP 834x"
98 select PPC_MPC834x
99 select REDBOOT
100 help
101 This enables support for the Analogue & Micro ASP 83xx
102 board.
103
104
105 endif
106
107 # used for usb
108 config PPC_MPC831x
109 bool
110
111 # used for math-emu
112 config PPC_MPC832x
113 bool
114
115 # used for usb
116 config PPC_MPC834x
117 bool
118
119 # used for usb
120 config PPC_MPC837x
121 bool
This page took 0.033708 seconds and 6 git commands to generate.