blob: 80a81e02bb55ac820cf440066694f0a8d9e2e9d6 [file] [log] [blame]
Kumar Galad8267c12008-06-27 11:26:26 -05001config 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.
9
10if PPC_86xx
Jon Loeligerc9b484b2006-06-17 17:52:35 -050011
12config MPC8641_HPCN
13 bool "Freescale MPC8641 HPCN"
Jon Loeligerf17607fb2006-06-22 13:00:46 -050014 select PPC_I8259
Paul Gortmaker0e47e3c2007-01-09 16:50:10 -050015 select DEFAULT_UIMAGE
Kumar Galab66510c2007-08-16 23:55:55 -050016 select FSL_ULI1575
Zhang Weif1f389d2008-04-18 13:33:39 -070017 select HAS_RAPIDIO
Jon Loeligerc9b484b2006-06-17 17:52:35 -050018 help
19 This option enables support for the MPC8641 HPCN board.
20
Paul Gortmaker4e8aae82008-04-15 18:41:30 -040021config SBC8641D
22 bool "Wind River SBC8641D"
23 select DEFAULT_UIMAGE
24 help
25 This option enables support for the WRS SBC8641D board.
26
Xianghua Xiao0e65bfe32007-10-03 15:09:33 -050027config MPC8610_HPCD
28 bool "Freescale MPC8610 HPCD"
29 select DEFAULT_UIMAGE
30 help
31 This option enables support for the MPC8610 HPCD board.
32
Kumar Galad8267c12008-06-27 11:26:26 -050033endif
Jon Loeligerc9b484b2006-06-17 17:52:35 -050034
Jon Loeligerc9b484b2006-06-17 17:52:35 -050035config MPC8641
36 bool
Roy Zang55c44992007-07-10 18:44:34 +080037 select FSL_PCI if PCI
Jon Loeligerc9b484b2006-06-17 17:52:35 -050038 select PPC_UDBG_16550
Kumar Gala4a89f7f2007-04-12 15:41:26 -050039 select MPIC
Paul Gortmaker4e8aae82008-04-15 18:41:30 -040040 default y if MPC8641_HPCN || SBC8641D
Xianghua Xiao0e65bfe32007-10-03 15:09:33 -050041
42config MPC8610
43 bool
44 select FSL_PCI if PCI
45 select PPC_UDBG_16550
46 select MPIC
47 default y if MPC8610_HPCD