]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/powerpc/platforms/embedded6xx/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / powerpc / platforms / embedded6xx / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a35e370c
AB
2config EMBEDDED6xx
3 bool "Embedded 6xx/7xx/7xxx-based boards"
28794d34 4 depends on 6xx && BROKEN_ON_SMP
14cf11af 5
04d76b93
GL
6config LINKSTATION
7 bool "Linkstation / Kurobox(HG) from Buffalo"
a35e370c 8 depends on EMBEDDED6xx
04d76b93
GL
9 select MPIC
10 select FSL_SOC
11 select PPC_UDBG_16550 if SERIAL_8250
44d7631b 12 select DEFAULT_UIMAGE
3490cba5 13 select MPC10X_BRIDGE
04d76b93
GL
14 help
15 Select LINKSTATION if configuring for one of PPC- (MPC8241)
16 based NAS systems from Buffalo Technology. So far only
17 KuroboxHG has been tested. In the future classical Kurobox,
18 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
19 Terastation systems should be supported too.
20
3490cba5
JL
21config STORCENTER
22 bool "IOMEGA StorCenter"
23 depends on EMBEDDED6xx
24 select MPIC
25 select FSL_SOC
26 select PPC_UDBG_16550 if SERIAL_8250
3490cba5
JL
27 select MPC10X_BRIDGE
28 help
29 Select STORCENTER if configuring for the iomega StorCenter
30 with an 8241 CPU in it.
31
c5d56332
ZR
32config MPC7448HPC2
33 bool "Freescale MPC7448HPC2(Taiga)"
a35e370c 34 depends on EMBEDDED6xx
c5d56332
ZR
35 select TSI108_BRIDGE
36 select DEFAULT_UIMAGE
37 select PPC_UDBG_16550
c5d56332
ZR
38 help
39 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
40 platform
cb9e4d10
JB
41
42config PPC_HOLLY
43 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
a35e370c 44 depends on EMBEDDED6xx
cb9e4d10
JB
45 select TSI108_BRIDGE
46 select PPC_UDBG_16550
47 help
48 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
49 Board with TSI108/9 bridge (Hickory/Holly)
fd4ba7e2 50
bacd73ae
RM
51config PPC_C2K
52 bool "SBS/GEFanuc C2K board"
53 depends on EMBEDDED6xx
54 select MV64X60
55 select NOT_COHERENT_CACHE
56 select MTD_CFI_I4
57 help
58 This option enables support for the GE Fanuc C2K board (formerly
59 an SBS board).
60
be201981
SC
61config MVME5100
62 bool "Motorola/Emerson MVME5100"
63 depends on EMBEDDED6xx
64 select MPIC
65 select PCI
66 select PPC_INDIRECT_PCI
67 select PPC_I8259
68 select PPC_NATIVE
13ae4037 69 select PPC_UDBG_16550
be201981
SC
70 help
71 This option enables support for the Motorola (now Emerson) MVME5100
72 board.
73
c5d56332
ZR
74config TSI108_BRIDGE
75 bool
d3c7ffab 76 select PCI
cb9e4d10
JB
77 select MPIC
78 select MPIC_WEIRD
c5d56332 79
14cf11af
PM
80config MPC10X_BRIDGE
81 bool
25635c71 82 select PPC_INDIRECT_PCI
14cf11af 83
52d3aff9
DF
84config MV64X60
85 bool
e1a3107b 86 select PPC_INDIRECT_PCI
f8eb77d6 87 select CHECK_CACHE_COHERENCY
52d3aff9 88
bc161c7a
AH
89config GAMECUBE_COMMON
90 bool
91
a166df08
AH
92config USBGECKO_UDBG
93 bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
94 depends on GAMECUBE_COMMON
95 help
96 If you say yes to this option, support will be included for the
97 USB Gecko adapter as an udbg console.
98 The USB Gecko is a EXI to USB Serial converter that can be plugged
99 into a memcard slot in the Nintendo GameCube/Wii.
100
101 This driver bypasses the EXI layer completely.
102
103 If in doubt, say N here.
104
e90d71d0
AH
105config GAMECUBE
106 bool "Nintendo-GameCube"
107 depends on EMBEDDED6xx
108 select GAMECUBE_COMMON
109 help
110 Select GAMECUBE if configuring for the Nintendo GameCube.
111 More information at: <http://gc-linux.sourceforge.net/>
112
5a7ee319
AH
113config WII
114 bool "Nintendo-Wii"
115 depends on EMBEDDED6xx
116 select GAMECUBE_COMMON
117 help
118 Select WII if configuring for the Nintendo Wii.
119 More information at: <http://gc-linux.sourceforge.net/>