2006-01-14 22:57:39 +00:00
|
|
|
menu "Platform support"
|
|
|
|
depends on PPC_85xx
|
2005-09-26 06:04:21 +00:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Machine Type"
|
|
|
|
default MPC8540_ADS
|
|
|
|
|
|
|
|
config MPC8540_ADS
|
|
|
|
bool "Freescale MPC8540 ADS"
|
2006-03-28 05:44:37 +00:00
|
|
|
select DEFAULT_UIMAGE
|
2005-09-26 06:04:21 +00:00
|
|
|
help
|
2006-01-14 22:57:39 +00:00
|
|
|
This option enables support for the MPC 8540 ADS board
|
2005-09-26 06:04:21 +00:00
|
|
|
|
2006-09-21 18:31:26 +00: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 22:42:40 +00:00
|
|
|
config MPC85xx_CDS
|
|
|
|
bool "Freescale MPC85xx CDS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC85xx CDS board
|
|
|
|
|
2007-02-17 22:29:36 +00:00
|
|
|
config MPC85xx_MDS
|
|
|
|
bool "Freescale MPC85xx MDS"
|
2007-02-09 23:28:31 +00:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
# select QUICC_ENGINE
|
|
|
|
help
|
2007-02-17 22:29:36 +00:00
|
|
|
This option enables support for the MPC85xx MDS board
|
2007-02-09 23:28:31 +00:00
|
|
|
|
2007-03-20 16:19:10 +00:00
|
|
|
config MPC8544_DS
|
|
|
|
bool "Freescale MPC8544 DS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC8544 DS board
|
|
|
|
|
2005-09-26 06:04:21 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config MPC8540
|
|
|
|
bool
|
2006-01-14 22:57:39 +00:00
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2006-04-02 22:42:40 +00:00
|
|
|
default y if MPC8540_ADS || MPC85xx_CDS
|
2005-09-26 06:04:21 +00:00
|
|
|
|
2006-09-21 18:31:26 +00:00
|
|
|
config MPC8560
|
|
|
|
bool
|
|
|
|
select PPC_INDIRECT_PCI
|
|
|
|
default y if MPC8560_ADS
|
|
|
|
|
2007-02-09 23:28:31 +00:00
|
|
|
config MPC85xx
|
|
|
|
bool
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2007-03-08 05:14:57 +00:00
|
|
|
select SERIAL_8250_SHARE_IRQ if SERIAL_8250
|
2007-03-20 16:19:10 +00:00
|
|
|
default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
|
|
|
|
|| MPC85xx_MDS || MPC8544_DS
|
2007-02-09 23:28:31 +00:00
|
|
|
|
2006-01-14 22:57:39 +00:00
|
|
|
config PPC_INDIRECT_PCI_BE
|
2005-09-26 06:04:21 +00:00
|
|
|
bool
|
2006-01-14 22:57:39 +00:00
|
|
|
depends on PPC_85xx
|
2005-09-26 06:04:21 +00:00
|
|
|
default y
|
|
|
|
|
2006-01-14 22:57:39 +00:00
|
|
|
config MPIC
|
2005-09-26 06:04:21 +00:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2006-09-21 18:31:26 +00: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 06:04:21 +00:00
|
|
|
endmenu
|