Kconfig (77e442461c74068217b59b356cf18992c78ed896) Kconfig (b500563b22ea2a78760b2ccaa328426b0388e2ee)
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.

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

29 select DEFAULT_UIMAGE
30 help
31 This option enables support for the MPC8610 HPCD board.
32
33endif
34
35config MPC8641
36 bool
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.

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

29 select DEFAULT_UIMAGE
30 help
31 This option enables support for the MPC8610 HPCD board.
32
33endif
34
35config MPC8641
36 bool
37 select PPC_PCI_CHOICE
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
38 select FSL_PCI if PCI
39 select PPC_UDBG_16550
40 select MPIC
41 default y if MPC8641_HPCN || SBC8641D
42
43config MPC8610
44 bool
45 select PPC_PCI_CHOICE
44 select FSL_PCI if PCI
45 select PPC_UDBG_16550
46 select MPIC
47 default y if MPC8610_HPCD
46 select FSL_PCI if PCI
47 select PPC_UDBG_16550
48 select MPIC
49 default y if MPC8610_HPCD