2006-06-18 02:52:35 +04:00
|
|
|
choice
|
2007-06-18 03:06:52 +04:00
|
|
|
prompt "86xx Board Type"
|
2007-04-13 00:41:26 +04:00
|
|
|
depends on PPC_86xx
|
2006-06-18 02:52:35 +04:00
|
|
|
default MPC8641_HPCN
|
|
|
|
|
|
|
|
config MPC8641_HPCN
|
|
|
|
bool "Freescale MPC8641 HPCN"
|
2006-06-22 22:00:46 +04:00
|
|
|
select PPC_I8259
|
2007-01-10 00:50:10 +03:00
|
|
|
select DEFAULT_UIMAGE
|
2007-08-17 08:55:55 +04:00
|
|
|
select FSL_ULI1575
|
2006-06-18 02:52:35 +04:00
|
|
|
help
|
|
|
|
This option enables support for the MPC8641 HPCN board.
|
|
|
|
|
2007-10-04 00:09:33 +04:00
|
|
|
config MPC8610_HPCD
|
|
|
|
bool "Freescale MPC8610 HPCD"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC8610 HPCD board.
|
|
|
|
|
2006-06-18 02:52:35 +04:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config MPC8641
|
|
|
|
bool
|
2007-07-10 14:44:34 +04:00
|
|
|
select FSL_PCI if PCI
|
2006-06-18 02:52:35 +04:00
|
|
|
select PPC_UDBG_16550
|
2007-04-13 00:41:26 +04:00
|
|
|
select MPIC
|
2006-06-18 02:52:35 +04:00
|
|
|
default y if MPC8641_HPCN
|
2007-10-04 00:09:33 +04:00
|
|
|
|
|
|
|
config MPC8610
|
|
|
|
bool
|
|
|
|
select FSL_PCI if PCI
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select MPIC
|
|
|
|
default y if MPC8610_HPCD
|