Kconfig 2.97 KB
Newer Older
1 2
config EMBEDDED6xx
	bool "Embedded 6xx/7xx/7xxx-based boards"
3
	depends on 6xx && BROKEN_ON_SMP
4

5 6
config LINKSTATION
	bool "Linkstation / Kurobox(HG) from Buffalo"
7
	depends on EMBEDDED6xx
8 9 10
	select MPIC
	select FSL_SOC
	select PPC_UDBG_16550 if SERIAL_8250
11
	select DEFAULT_UIMAGE
12 13
	select MPC10X_OPENPIC
	select MPC10X_BRIDGE
14 15 16 17 18 19 20
	help
	  Select LINKSTATION if configuring for one of PPC- (MPC8241)
	  based NAS systems from Buffalo Technology. So far only
	  KuroboxHG has been tested. In the future classical Kurobox,
	  Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
	  Terastation systems should be supported too.

21 22 23 24 25 26 27 28 29 30 31 32
config STORCENTER
	bool "IOMEGA StorCenter"
	depends on EMBEDDED6xx
	select MPIC
	select FSL_SOC
	select PPC_UDBG_16550 if SERIAL_8250
	select MPC10X_OPENPIC
	select MPC10X_BRIDGE
	help
	  Select STORCENTER if configuring for the iomega StorCenter
	  with an 8241 CPU in it.

33 34
config MPC7448HPC2
	bool "Freescale MPC7448HPC2(Taiga)"
35
	depends on EMBEDDED6xx
36 37 38
	select TSI108_BRIDGE
	select DEFAULT_UIMAGE
	select PPC_UDBG_16550
39
	select TSI108_BRIDGE
40 41 42
	help
	  Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
	  platform
43 44 45

config PPC_HOLLY
	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
46
	depends on EMBEDDED6xx
47 48
	select TSI108_BRIDGE
	select PPC_UDBG_16550
49
	select TSI108_BRIDGE
50 51 52
	help
	  Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
	  Board with TSI108/9 bridge (Hickory/Holly)
53 54 55

config PPC_PRPMC2800
	bool "Motorola-PrPMC2800"
56
	depends on EMBEDDED6xx
57 58 59 60
	select MV64X60
	select NOT_COHERENT_CACHE
	help
	  This option enables support for the Motorola PrPMC2800 board
61

62 63 64 65 66 67 68 69 70 71
config PPC_C2K
	bool "SBS/GEFanuc C2K board"
	depends on EMBEDDED6xx
	select MV64X60
	select NOT_COHERENT_CACHE
	select MTD_CFI_I4
	help
	  This option enables support for the GE Fanuc C2K board (formerly
	  an SBS board).

72 73
config TSI108_BRIDGE
	bool
74
	select PCI
75 76
	select MPIC
	select MPIC_WEIRD
77

78 79
config MPC10X_BRIDGE
	bool
80
	select PPC_INDIRECT_PCI
81

82 83
config MV64X60
	bool
84
	select PPC_INDIRECT_PCI
85
	select CHECK_CACHE_COHERENCY
86

87 88 89 90 91 92
config MPC10X_OPENPIC
	bool

config MPC10X_STORE_GATHERING
	bool "Enable MPC10x store gathering"
	depends on MPC10X_BRIDGE
93 94 95 96

config GAMECUBE_COMMON
	bool

97 98 99 100 101 102 103 104 105 106 107 108 109
config USBGECKO_UDBG
	bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
	depends on GAMECUBE_COMMON
	help
	  If you say yes to this option, support will be included for the
	  USB Gecko adapter as an udbg console.
	  The USB Gecko is a EXI to USB Serial converter that can be plugged
	  into a memcard slot in the Nintendo GameCube/Wii.

	  This driver bypasses the EXI layer completely.

	  If in doubt, say N here.

110 111 112 113 114 115 116 117
config GAMECUBE
	bool "Nintendo-GameCube"
	depends on EMBEDDED6xx
	select GAMECUBE_COMMON
	help
	  Select GAMECUBE if configuring for the Nintendo GameCube.
	  More information at: <http://gc-linux.sourceforge.net/>

118 119 120 121 122 123 124 125
config WII
	bool "Nintendo-Wii"
	depends on EMBEDDED6xx
	select GAMECUBE_COMMON
	help
	  Select WII if configuring for the Nintendo Wii.
	  More information at: <http://gc-linux.sourceforge.net/>