2006-01-14 17:57:39 -05:00
|
|
|
menu "Platform support"
|
|
|
|
depends on PPC_85xx
|
2005-09-26 02:04:21 -04:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Machine Type"
|
|
|
|
default MPC8540_ADS
|
|
|
|
|
|
|
|
config MPC8540_ADS
|
|
|
|
bool "Freescale MPC8540 ADS"
|
2006-03-28 00:44:37 -05:00
|
|
|
select DEFAULT_UIMAGE
|
2005-09-26 02:04:21 -04:00
|
|
|
help
|
2006-01-14 17:57:39 -05:00
|
|
|
This option enables support for the MPC 8540 ADS board
|
2005-09-26 02:04:21 -04:00
|
|
|
|
2006-09-21 14:31:26 -04:00
|
|
|
config MPC8560_ADS
|
|
|
|
bool "Freescale MPC8560 ADS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC 8560 ADS board
|
|
|
|
|
2006-04-02 18:42:40 -04:00
|
|
|
config MPC85xx_CDS
|
|
|
|
bool "Freescale MPC85xx CDS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC85xx CDS board
|
|
|
|
|
2007-02-17 17:29:36 -05:00
|
|
|
config MPC85xx_MDS
|
|
|
|
bool "Freescale MPC85xx MDS"
|
2007-02-09 18:28:31 -05:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
# select QUICC_ENGINE
|
|
|
|
help
|
2007-02-17 17:29:36 -05:00
|
|
|
This option enables support for the MPC85xx MDS board
|
2007-02-09 18:28:31 -05:00
|
|
|
|
2005-09-26 02:04:21 -04:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config MPC8540
|
|
|
|
bool
|
2006-01-14 17:57:39 -05:00
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2006-04-02 18:42:40 -04:00
|
|
|
default y if MPC8540_ADS || MPC85xx_CDS
|
2005-09-26 02:04:21 -04:00
|
|
|
|
2006-09-21 14:31:26 -04:00
|
|
|
config MPC8560
|
|
|
|
bool
|
|
|
|
select PPC_INDIRECT_PCI
|
|
|
|
default y if MPC8560_ADS
|
|
|
|
|
2007-02-09 18:28:31 -05:00
|
|
|
config MPC85xx
|
|
|
|
bool
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2007-02-17 17:29:36 -05:00
|
|
|
default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS || MPC85xx_MDS
|
2007-02-09 18:28:31 -05:00
|
|
|
|
2006-01-14 17:57:39 -05:00
|
|
|
config PPC_INDIRECT_PCI_BE
|
2005-09-26 02:04:21 -04:00
|
|
|
bool
|
2006-01-14 17:57:39 -05:00
|
|
|
depends on PPC_85xx
|
2005-09-26 02:04:21 -04:00
|
|
|
default y
|
|
|
|
|
2006-01-14 17:57:39 -05:00
|
|
|
config MPIC
|
2005-09-26 02:04:21 -04:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2006-09-21 14:31:26 -04:00
|
|
|
config CPM2
|
|
|
|
bool
|
|
|
|
depends on MPC8560
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
The CPM2 (Communications Processor Module) is a coprocessor on
|
|
|
|
embedded CPUs made by Motorola. Selecting this option means that
|
|
|
|
you wish to build a kernel for a machine with a CPM2 coprocessor
|
|
|
|
on it.
|
|
|
|
|
2005-09-26 02:04:21 -04:00
|
|
|
endmenu
|