• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
1choice
2	prompt "Machine Type"
3	depends on EMBEDDED6xx
4
5config LINKSTATION
6	bool "Linkstation / Kurobox(HG) from Buffalo"
7	select MPIC
8	select FSL_SOC
9	select PPC_UDBG_16550 if SERIAL_8250
10	select DEFAULT_UIMAGE
11	help
12	  Select LINKSTATION if configuring for one of PPC- (MPC8241)
13	  based NAS systems from Buffalo Technology. So far only
14	  KuroboxHG has been tested. In the future classical Kurobox,
15	  Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
16	  Terastation systems should be supported too.
17
18config MPC7448HPC2
19	bool "Freescale MPC7448HPC2(Taiga)"
20	select TSI108_BRIDGE
21	select DEFAULT_UIMAGE
22	select PPC_UDBG_16550
23	help
24	  Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
25	  platform
26
27config PPC_HOLLY
28	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
29	select TSI108_BRIDGE
30	select PPC_UDBG_16550
31	help
32	  Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
33	  Board with TSI108/9 bridge (Hickory/Holly)
34
35config PPC_PRPMC2800
36	bool "Motorola-PrPMC2800"
37	select MV64X60
38	select NOT_COHERENT_CACHE
39	select WANT_DEVICE_TREE
40	help
41	  This option enables support for the Motorola PrPMC2800 board
42endchoice
43
44config TSI108_BRIDGE
45	bool
46	depends on MPC7448HPC2 || PPC_HOLLY
47	select MPIC
48	select MPIC_WEIRD
49	default y
50
51config MPC10X_BRIDGE
52	bool
53	depends on LINKSTATION
54	select PPC_INDIRECT_PCI
55	default y
56
57config MV64X60
58	bool
59	select PPC_INDIRECT_PCI
60	select CONFIG_CHECK_CACHE_COHERENCY
61
62config MPC10X_OPENPIC
63	bool
64	depends on LINKSTATION
65	default y
66
67config MPC10X_STORE_GATHERING
68	bool "Enable MPC10x store gathering"
69	depends on MPC10X_BRIDGE
70