Kconfig 2.68 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
2 3
config EMBEDDED6xx
	bool "Embedded 6xx/7xx/7xxx-based boards"
4
	depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
5

6 7
config LINKSTATION
	bool "Linkstation / Kurobox(HG) from Buffalo"
8
	depends on EMBEDDED6xx
9 10 11
	select MPIC
	select FSL_SOC
	select PPC_UDBG_16550 if SERIAL_8250
12
	select DEFAULT_UIMAGE
13
	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
config STORCENTER
	bool "IOMEGA StorCenter"
	depends on EMBEDDED6xx
	select MPIC
	select FSL_SOC
	select PPC_UDBG_16550 if SERIAL_8250
	select MPC10X_BRIDGE
	help
	  Select STORCENTER if configuring for the iomega StorCenter
	  with an 8241 CPU in it.

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

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

51 52 53 54
config MVME5100
	bool "Motorola/Emerson MVME5100"
	depends on EMBEDDED6xx
	select MPIC
55
	select FORCE_PCI
56 57 58
	select PPC_INDIRECT_PCI
	select PPC_I8259
	select PPC_NATIVE
59
	select PPC_UDBG_16550
60 61 62 63
	help
	  This option enables support for the Motorola (now Emerson) MVME5100
	  board.

64 65
config TSI108_BRIDGE
	bool
66
	select FORCE_PCI
67 68
	select MPIC
	select MPIC_WEIRD
69

70 71
config MPC10X_BRIDGE
	bool
72
	select PPC_INDIRECT_PCI
73

74 75
config MV64X60
	bool
76
	select PPC_INDIRECT_PCI
77
	select CHECK_CACHE_COHERENCY
78

79 80 81
config GAMECUBE_COMMON
	bool

82 83 84 85 86 87 88 89 90 91 92 93 94
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.

95 96 97 98 99 100 101 102
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/>

103 104 105 106 107 108 109
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/>