2006-06-17 18:52:35 -04:00
|
|
|
choice
|
2007-06-17 19:06:52 -04:00
|
|
|
prompt "86xx Board Type"
|
2007-04-12 16:41:26 -04:00
|
|
|
depends on PPC_86xx
|
2006-06-17 18:52:35 -04:00
|
|
|
default MPC8641_HPCN
|
|
|
|
|
|
|
|
config MPC8641_HPCN
|
|
|
|
bool "Freescale MPC8641 HPCN"
|
2006-06-22 14:00:46 -04:00
|
|
|
select PPC_I8259
|
2007-01-09 16:50:10 -05:00
|
|
|
select DEFAULT_UIMAGE
|
2006-06-17 18:52:35 -04:00
|
|
|
help
|
|
|
|
This option enables support for the MPC8641 HPCN board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config MPC8641
|
|
|
|
bool
|
|
|
|
select PPC_INDIRECT_PCI
|
2007-04-12 16:41:26 -04:00
|
|
|
select PPC_INDIRECT_PCI_BE
|
2006-06-17 18:52:35 -04:00
|
|
|
select PPC_UDBG_16550
|
2007-04-12 16:41:26 -04:00
|
|
|
select MPIC
|
2006-06-17 18:52:35 -04:00
|
|
|
default y if MPC8641_HPCN
|