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