Kconfig 1.1 KB
Newer Older
1 2 3 4
choice
	prompt "Machine Type"
	depends on EMBEDDED6xx

5 6 7 8 9
config LINKSTATION
	bool "Linkstation / Kurobox(HG) from Buffalo"
	select MPIC
	select FSL_SOC
	select PPC_UDBG_16550 if SERIAL_8250
10
	select DEFAULT_UIMAGE
11 12 13 14 15 16 17
	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.

18 19 20 21 22 23
config MPC7448HPC2
	bool "Freescale MPC7448HPC2(Taiga)"
	select TSI108_BRIDGE
	select DEFAULT_UIMAGE
	select PPC_UDBG_16550
	select MPIC
24
	select MPIC_WEIRD
25 26 27
	help
	  Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
	  platform
28 29
endchoice

30 31 32 33 34
config TSI108_BRIDGE
	bool
	depends on MPC7448HPC2
	default y

35 36
config MPC10X_BRIDGE
	bool
37
	depends on LINKSTATION
38
	select PPC_INDIRECT_PCI
39 40 41 42
	default y

config MPC10X_OPENPIC
	bool
43
	depends on LINKSTATION
44 45 46 47 48
	default y

config MPC10X_STORE_GATHERING
	bool "Enable MPC10x store gathering"
	depends on MPC10X_BRIDGE