2008-06-27 23:26:26 +07:00
|
|
|
config PPC_86xx
|
|
|
|
menuconfig PPC_86xx
|
|
|
|
bool "86xx-based boards"
|
|
|
|
depends on 6xx && PPC_MULTIPLATFORM
|
|
|
|
select FSL_SOC
|
|
|
|
select ALTIVEC
|
|
|
|
help
|
|
|
|
The Freescale E600 SoCs have 74xx cores.
|
|
|
|
|
|
|
|
if PPC_86xx
|
2006-06-18 05:52:35 +07:00
|
|
|
|
|
|
|
config MPC8641_HPCN
|
|
|
|
bool "Freescale MPC8641 HPCN"
|
2006-06-23 01:00:46 +07:00
|
|
|
select PPC_I8259
|
2007-01-10 04:50:10 +07:00
|
|
|
select DEFAULT_UIMAGE
|
2007-08-17 11:55:55 +07:00
|
|
|
select FSL_ULI1575
|
2008-04-19 03:33:39 +07:00
|
|
|
select HAS_RAPIDIO
|
2006-06-18 05:52:35 +07:00
|
|
|
help
|
|
|
|
This option enables support for the MPC8641 HPCN board.
|
|
|
|
|
2008-04-16 05:41:30 +07:00
|
|
|
config SBC8641D
|
|
|
|
bool "Wind River SBC8641D"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the WRS SBC8641D board.
|
|
|
|
|
2007-10-04 03:09:33 +07:00
|
|
|
config MPC8610_HPCD
|
|
|
|
bool "Freescale MPC8610 HPCD"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-06-12 06:04:17 +07:00
|
|
|
select FSL_ULI1575
|
2007-10-04 03:09:33 +07:00
|
|
|
help
|
|
|
|
This option enables support for the MPC8610 HPCD board.
|
|
|
|
|
2008-09-16 16:57:47 +07:00
|
|
|
config GEF_SBC610
|
|
|
|
bool "GE Fanuc SBC610"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select HAS_RAPIDIO
|
|
|
|
help
|
|
|
|
This option enables support for GE Fanuc's SBC610.
|
|
|
|
|
2008-06-27 23:26:26 +07:00
|
|
|
endif
|
2006-06-18 05:52:35 +07:00
|
|
|
|
|
|
|
config MPC8641
|
|
|
|
bool
|
2008-06-27 00:07:56 +07:00
|
|
|
select PPC_PCI_CHOICE
|
2007-07-10 17:44:34 +07:00
|
|
|
select FSL_PCI if PCI
|
2006-06-18 05:52:35 +07:00
|
|
|
select PPC_UDBG_16550
|
2007-04-13 03:41:26 +07:00
|
|
|
select MPIC
|
2008-09-16 16:57:47 +07:00
|
|
|
default y if MPC8641_HPCN || SBC8641D || GEF_SBC610
|
2007-10-04 03:09:33 +07:00
|
|
|
|
|
|
|
config MPC8610
|
|
|
|
bool
|
2008-06-27 00:07:56 +07:00
|
|
|
select PPC_PCI_CHOICE
|
2007-10-04 03:09:33 +07:00
|
|
|
select FSL_PCI if PCI
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select MPIC
|
|
|
|
default y if MPC8610_HPCD
|