Kconfig (c203e45f069af47ca7623e4dcd8c00bfba2722e4) Kconfig (d8267c1a36864fc30a2ce01f4349a8f2931ae741)
1choice
2 prompt "86xx Board Type"
3 depends on PPC_86xx
4 default MPC8641_HPCN
1config PPC_86xx
2menuconfig PPC_86xx
3 bool "86xx-based boards"
4 depends on 6xx && PPC_MULTIPLATFORM
5 select FSL_SOC
6 select ALTIVEC
7 help
8 The Freescale E600 SoCs have 74xx cores.
5
9
10if PPC_86xx
11
6config MPC8641_HPCN
7 bool "Freescale MPC8641 HPCN"
8 select PPC_I8259
9 select DEFAULT_UIMAGE
10 select FSL_ULI1575
11 select HAS_RAPIDIO
12 help
13 This option enables support for the MPC8641 HPCN board.

--- 5 unchanged lines hidden (view full) ---

19 This option enables support for the WRS SBC8641D board.
20
21config MPC8610_HPCD
22 bool "Freescale MPC8610 HPCD"
23 select DEFAULT_UIMAGE
24 help
25 This option enables support for the MPC8610 HPCD board.
26
12config MPC8641_HPCN
13 bool "Freescale MPC8641 HPCN"
14 select PPC_I8259
15 select DEFAULT_UIMAGE
16 select FSL_ULI1575
17 select HAS_RAPIDIO
18 help
19 This option enables support for the MPC8641 HPCN board.

--- 5 unchanged lines hidden (view full) ---

25 This option enables support for the WRS SBC8641D board.
26
27config MPC8610_HPCD
28 bool "Freescale MPC8610 HPCD"
29 select DEFAULT_UIMAGE
30 help
31 This option enables support for the MPC8610 HPCD board.
32
27endchoice
33endif
28
29config MPC8641
30 bool
31 select FSL_PCI if PCI
32 select PPC_UDBG_16550
33 select MPIC
34 default y if MPC8641_HPCN || SBC8641D
35
36config MPC8610
37 bool
38 select FSL_PCI if PCI
39 select PPC_UDBG_16550
40 select MPIC
41 default y if MPC8610_HPCD
34
35config MPC8641
36 bool
37 select FSL_PCI if PCI
38 select PPC_UDBG_16550
39 select MPIC
40 default y if MPC8641_HPCN || SBC8641D
41
42config MPC8610
43 bool
44 select FSL_PCI if PCI
45 select PPC_UDBG_16550
46 select MPIC
47 default y if MPC8610_HPCD