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