1config EMBEDDED6xx
2	bool "Embedded 6xx/7xx/7xxx-based boards"
3	depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM
4
5config LINKSTATION
6	bool "Linkstation / Kurobox(HG) from Buffalo"
7	depends on EMBEDDED6xx
8	select MPIC
9	select FSL_SOC
10	select PPC_UDBG_16550 if SERIAL_8250
11	select DEFAULT_UIMAGE
12	select MPC10X_OPENPIC
13	select MPC10X_BRIDGE
14	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
21config STORCENTER
22	bool "IOMEGA StorCenter"
23	depends on EMBEDDED6xx
24	select MPIC
25	select FSL_SOC
26	select PPC_UDBG_16550 if SERIAL_8250
27	select WANT_DEVICE_TREE
28	select MPC10X_OPENPIC
29	select MPC10X_BRIDGE
30	help
31	  Select STORCENTER if configuring for the iomega StorCenter
32	  with an 8241 CPU in it.
33
34config MPC7448HPC2
35	bool "Freescale MPC7448HPC2(Taiga)"
36	depends on EMBEDDED6xx
37	select TSI108_BRIDGE
38	select DEFAULT_UIMAGE
39	select PPC_UDBG_16550
40	select WANT_DEVICE_TREE
41	select TSI108_BRIDGE
42	help
43	  Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
44	  platform
45
46config PPC_HOLLY
47	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
48	depends on EMBEDDED6xx
49	select TSI108_BRIDGE
50	select PPC_UDBG_16550
51	select WANT_DEVICE_TREE
52	select TSI108_BRIDGE
53	help
54	  Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
55	  Board with TSI108/9 bridge (Hickory/Holly)
56
57config PPC_PRPMC2800
58	bool "Motorola-PrPMC2800"
59	depends on EMBEDDED6xx
60	select MV64X60
61	select NOT_COHERENT_CACHE
62	select WANT_DEVICE_TREE
63	help
64	  This option enables support for the Motorola PrPMC2800 board
65
66config TSI108_BRIDGE
67	bool
68	select PCI
69	select MPIC
70	select MPIC_WEIRD
71
72config MPC10X_BRIDGE
73	bool
74	select PPC_INDIRECT_PCI
75
76config MV64X60
77	bool
78	select PPC_INDIRECT_PCI
79	select CHECK_CACHE_COHERENCY
80
81config MPC10X_OPENPIC
82	bool
83
84config MPC10X_STORE_GATHERING
85	bool "Enable MPC10x store gathering"
86	depends on MPC10X_BRIDGE
87