blob: e318ced39e721d166895e453b10a7605c3d89fdb [file] [log] [blame]
Arnd Bergmanna35e3702007-08-30 09:11:24 +10001config EMBEDDED6xx
2 bool "Embedded 6xx/7xx/7xxx-based boards"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +00003 depends on 6xx && BROKEN_ON_SMP
Paul Mackerras14cf11a2005-09-26 16:04:21 +10004
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +01005config LINKSTATION
6 bool "Linkstation / Kurobox(HG) from Buffalo"
Arnd Bergmanna35e3702007-08-30 09:11:24 +10007 depends on EMBEDDED6xx
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +01008 select MPIC
9 select FSL_SOC
10 select PPC_UDBG_16550 if SERIAL_8250
Segher Boessenkool44d76312007-02-22 23:52:02 +010011 select DEFAULT_UIMAGE
Jon Loeliger3490cba2008-01-23 12:42:50 -060012 select MPC10X_OPENPIC
13 select MPC10X_BRIDGE
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +010014 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
Jon Loeliger3490cba2008-01-23 12:42:50 -060021config STORCENTER
22 bool "IOMEGA StorCenter"
23 depends on EMBEDDED6xx
24 select MPIC
25 select FSL_SOC
26 select PPC_UDBG_16550 if SERIAL_8250
Jon Loeliger3490cba2008-01-23 12:42:50 -060027 select MPC10X_OPENPIC
28 select MPC10X_BRIDGE
29 help
30 Select STORCENTER if configuring for the iomega StorCenter
31 with an 8241 CPU in it.
32
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080033config MPC7448HPC2
34 bool "Freescale MPC7448HPC2(Taiga)"
Arnd Bergmanna35e3702007-08-30 09:11:24 +100035 depends on EMBEDDED6xx
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080036 select TSI108_BRIDGE
37 select DEFAULT_UIMAGE
38 select PPC_UDBG_16550
Jon Loeliger3490cba2008-01-23 12:42:50 -060039 select TSI108_BRIDGE
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080040 help
41 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
42 platform
Josh Boyercb9e4d12007-05-08 07:28:38 +100043
44config PPC_HOLLY
45 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
Arnd Bergmanna35e3702007-08-30 09:11:24 +100046 depends on EMBEDDED6xx
Josh Boyercb9e4d12007-05-08 07:28:38 +100047 select TSI108_BRIDGE
48 select PPC_UDBG_16550
Jon Loeliger3490cba2008-01-23 12:42:50 -060049 select TSI108_BRIDGE
Josh Boyercb9e4d12007-05-08 07:28:38 +100050 help
51 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
52 Board with TSI108/9 bridge (Hickory/Holly)
Dale Farnsworthfd4ba7e2007-05-12 10:58:43 +100053
54config PPC_PRPMC2800
55 bool "Motorola-PrPMC2800"
Arnd Bergmanna35e3702007-08-30 09:11:24 +100056 depends on EMBEDDED6xx
Dale Farnsworthfd4ba7e2007-05-12 10:58:43 +100057 select MV64X60
58 select NOT_COHERENT_CACHE
Dale Farnsworthfd4ba7e2007-05-12 10:58:43 +100059 help
60 This option enables support for the Motorola PrPMC2800 board
Paul Mackerras14cf11a2005-09-26 16:04:21 +100061
Remi Machetbacd73a2008-05-16 10:26:02 +100062config PPC_C2K
63 bool "SBS/GEFanuc C2K board"
64 depends on EMBEDDED6xx
65 select MV64X60
66 select NOT_COHERENT_CACHE
67 select MTD_CFI_I4
68 help
69 This option enables support for the GE Fanuc C2K board (formerly
70 an SBS board).
71
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080072config TSI108_BRIDGE
73 bool
Arnd Bergmannd3c7ffa2007-06-18 01:06:58 +020074 select PCI
Josh Boyercb9e4d12007-05-08 07:28:38 +100075 select MPIC
76 select MPIC_WEIRD
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080077
Paul Mackerras14cf11a2005-09-26 16:04:21 +100078config MPC10X_BRIDGE
79 bool
Paul Mackerras25635c72005-10-26 16:36:55 +100080 select PPC_INDIRECT_PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +100081
Dale Farnsworth52d3aff2007-05-12 10:55:53 +100082config MV64X60
83 bool
Dale Farnsworthe1a31072007-05-12 10:57:12 +100084 select PPC_INDIRECT_PCI
Robert P. J. Dayf8eb77d2007-07-18 08:21:29 +100085 select CHECK_CACHE_COHERENCY
Dale Farnsworth52d3aff2007-05-12 10:55:53 +100086
Paul Mackerras14cf11a2005-09-26 16:04:21 +100087config MPC10X_OPENPIC
88 bool
Paul Mackerras14cf11a2005-09-26 16:04:21 +100089
90config MPC10X_STORE_GATHERING
91 bool "Enable MPC10x store gathering"
92 depends on MPC10X_BRIDGE
Albert Herranzbc161c72009-12-12 06:31:37 +000093
94config GAMECUBE_COMMON
95 bool
96
Albert Herranza166df02009-12-12 06:31:40 +000097config USBGECKO_UDBG
98 bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
99 depends on GAMECUBE_COMMON
100 help
101 If you say yes to this option, support will be included for the
102 USB Gecko adapter as an udbg console.
103 The USB Gecko is a EXI to USB Serial converter that can be plugged
104 into a memcard slot in the Nintendo GameCube/Wii.
105
106 This driver bypasses the EXI layer completely.
107
108 If in doubt, say N here.
109
Albert Herranze90d71d2009-12-12 06:31:42 +0000110config GAMECUBE
111 bool "Nintendo-GameCube"
112 depends on EMBEDDED6xx
113 select GAMECUBE_COMMON
114 help
115 Select GAMECUBE if configuring for the Nintendo GameCube.
116 More information at: <http://gc-linux.sourceforge.net/>
117