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"
|
|
|
|
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
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config MPC8540
|
|
|
|
bool
|
2006-01-14 17:57:39 -05:00
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
|
|
|
default y if MPC8540_ADS
|
2005-09-26 02:04:21 -04: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
|
|
|
|
|
|
|
|
endmenu
|