Merge tag 'dm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / Kconfig
CommitLineData
d8267c1a
KG
1menuconfig PPC_83xx
2 bool "83xx-based boards"
28794d34 3 depends on 6xx
b38308ac 4 select PPC_UDBG_16550
b500563b 5 select PPC_PCI_CHOICE
76fe1ffc 6 select FSL_PCI if PCI
d8267c1a
KG
7 select FSL_SOC
8 select IPIC
b38308ac 9
d8267c1a 10if PPC_83xx
08264cbc 11
ba4d1275 12config MPC830x_RDB
cd2bd44e 13 bool "Freescale MPC830x RDB and derivatives"
ba4d1275
IY
14 select DEFAULT_UIMAGE
15 select PPC_MPC831x
16 select FSL_GTM
17 help
cd2bd44e 18 This option enables support for the MPC8308 RDB and MPC8308 P1M boards.
ba4d1275 19
519fd80d
KP
20config MPC831x_RDB
21 bool "Freescale MPC831x RDB"
b359049f 22 select DEFAULT_UIMAGE
b38308ac 23 select PPC_MPC831x
b359049f 24 help
846aace3 25 This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
b359049f 26
9020fc96
KP
27config MPC832x_MDS
28 bool "Freescale MPC832x MDS"
29 select DEFAULT_UIMAGE
b38308ac 30 select PPC_MPC832x
9020fc96
KP
31 help
32 This option enables support for the MPC832x MDS evaluation board.
33
23308c54
MB
34config MPC832x_RDB
35 bool "Freescale MPC832x RDB"
36 select DEFAULT_UIMAGE
b38308ac 37 select PPC_MPC832x
23308c54
MB
38 help
39 This option enables support for the MPC8323 RDB board.
40
49baa91d
KG
41config MPC834x_MDS
42 bool "Freescale MPC834x MDS"
7d13d21a 43 select DEFAULT_UIMAGE
b38308ac 44 select PPC_MPC834x
08264cbc 45 help
49baa91d 46 This option enables support for the MPC 834x MDS evaluation board.
08264cbc 47
49baa91d 48 Be aware that PCI buses can only function when MDS board is plugged
08264cbc
KG
49 into the PIB (Platform IO Board) board from Freescale which provide
50 3 PCI slots. The PIBs PCI initialization is the bootloader's
3cb2fccc 51 responsibility.
08264cbc 52
00280166
KP
53config MPC834x_ITX
54 bool "Freescale MPC834x ITX"
55 select DEFAULT_UIMAGE
b38308ac 56 select PPC_MPC834x
00280166
KP
57 help
58 This option enables support for the MPC 834x ITX evaluation board.
59
60 Be aware that PCI initialization is the bootloader's
3cb2fccc 61 responsibility.
00280166 62
322d05a1
KG
63config MPC836x_MDS
64 bool "Freescale MPC836x MDS"
f5a37b06 65 select DEFAULT_UIMAGE
f5a37b06 66 help
322d05a1 67 This option enables support for the MPC836x MDS Processor Board.
f5a37b06 68
b13e9309
AV
69config MPC836x_RDK
70 bool "Freescale/Logic MPC836x RDK"
71 select DEFAULT_UIMAGE
b13e9309
AV
72 select FSL_GTM
73 select FSL_LBC
74 help
75 This option enables support for the MPC836x RDK Processor Board,
76 also known as ZOOM PowerQUICC Kit.
77
833e31e7
LY
78config MPC837x_MDS
79 bool "Freescale MPC837x MDS"
80 select DEFAULT_UIMAGE
b38308ac 81 select PPC_MPC837x
833e31e7
LY
82 help
83 This option enables support for the MPC837x MDS Processor Board.
a43414cc 84
38f66f90 85config MPC837x_RDB
fda4bd9b 86 bool "Freescale MPC837x RDB/WLAN"
38f66f90 87 select DEFAULT_UIMAGE
b38308ac 88 select PPC_MPC837x
38f66f90 89 help
fda4bd9b 90 This option enables support for the MPC837x RDB and WLAN Boards.
38f66f90 91
a43414cc
PG
92config SBC834x
93 bool "Wind River SBC834x"
94 select DEFAULT_UIMAGE
b38308ac 95 select PPC_MPC834x
a43414cc
PG
96 help
97 This option enables support for the Wind River SBC834x board.
98
59d13f9d
BD
99config ASP834x
100 bool "Analogue & Micro ASP 834x"
101 select PPC_MPC834x
59d13f9d
BD
102 help
103 This enables support for the Analogue & Micro ASP 83xx
104 board.
105
8159df72
HS
106config KMETER1
107 bool "Keymile KMETER1"
108 select DEFAULT_UIMAGE
109 select QUICC_ENGINE
110 help
111 This enables support for the Keymile KMETER1 board.
112
59d13f9d 113
b38308ac 114endif
08264cbc 115
c68308dd 116# used for usb & gpio
b359049f
KP
117config PPC_MPC831x
118 bool
b359049f 119
b38308ac 120# used for math-emu
9020fc96
KP
121config PPC_MPC832x
122 bool
9020fc96 123
c68308dd 124# used for usb & gpio
b38308ac 125config PPC_MPC834x
08264cbc 126 bool
833e31e7 127
c68308dd 128# used for usb & gpio
833e31e7
LY
129config PPC_MPC837x
130 bool
This page took 1.916079 seconds and 5 git commands to generate.