xref: /linux/arch/powerpc/platforms/embedded6xx/Kconfig (revision 96de0e252cedffad61b3cb5e05662c591898e69a)
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	help
13	  Select LINKSTATION if configuring for one of PPC- (MPC8241)
14	  based NAS systems from Buffalo Technology. So far only
15	  KuroboxHG has been tested. In the future classical Kurobox,
16	  Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
17	  Terastation systems should be supported too.
18
19config MPC7448HPC2
20	bool "Freescale MPC7448HPC2(Taiga)"
21	depends on EMBEDDED6xx
22	select TSI108_BRIDGE
23	select DEFAULT_UIMAGE
24	select PPC_UDBG_16550
25	select WANT_DEVICE_TREE
26	help
27	  Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
28	  platform
29
30config PPC_HOLLY
31	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
32	depends on EMBEDDED6xx
33	select TSI108_BRIDGE
34	select PPC_UDBG_16550
35	select WANT_DEVICE_TREE
36	help
37	  Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
38	  Board with TSI108/9 bridge (Hickory/Holly)
39
40config PPC_PRPMC2800
41	bool "Motorola-PrPMC2800"
42	depends on EMBEDDED6xx
43	select MV64X60
44	select NOT_COHERENT_CACHE
45	select WANT_DEVICE_TREE
46	help
47	  This option enables support for the Motorola PrPMC2800 board
48
49config TSI108_BRIDGE
50	bool
51	depends on MPC7448HPC2 || PPC_HOLLY
52	select PCI
53	select MPIC
54	select MPIC_WEIRD
55	default y
56
57config MPC10X_BRIDGE
58	bool
59	depends on LINKSTATION
60	select PPC_INDIRECT_PCI
61	default y
62
63config MV64X60
64	bool
65	select PPC_INDIRECT_PCI
66	select CHECK_CACHE_COHERENCY
67
68config MPC10X_OPENPIC
69	bool
70	depends on LINKSTATION
71	default y
72
73config MPC10X_STORE_GATHERING
74	bool "Enable MPC10x store gathering"
75	depends on MPC10X_BRIDGE
76