Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied...
[linux-drm-fsl-dcu.git] / arch / powerpc / platforms / embedded6xx / Kconfig
1 choice
2         prompt "Machine Type"
3         depends on EMBEDDED6xx
4
5 config 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
18 config MPC7448HPC2
19         bool "Freescale MPC7448HPC2(Taiga)"
20         select TSI108_BRIDGE
21         select DEFAULT_UIMAGE
22         select PPC_UDBG_16550
23         select MPIC
24         select MPIC_WEIRD
25         help
26           Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
27           platform
28 endchoice
29
30 config TSI108_BRIDGE
31         bool
32         depends on MPC7448HPC2
33         default y
34
35 config MPC10X_BRIDGE
36         bool
37         depends on LINKSTATION
38         select PPC_INDIRECT_PCI
39         default y
40
41 config MPC10X_OPENPIC
42         bool
43         depends on LINKSTATION
44         default y
45
46 config MPC10X_STORE_GATHERING
47         bool "Enable MPC10x store gathering"
48         depends on MPC10X_BRIDGE