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-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
|
|
|
|
|
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-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
|
|
|
|
|
|
|
|
endmenu
|