2006-01-11 11:43:56 +08:00
|
|
|
choice
|
2007-06-18 07:06:52 +08:00
|
|
|
prompt "83xx Board Type"
|
2007-04-13 04:46:21 +08:00
|
|
|
depends on PPC_83xx
|
2007-02-08 15:11:00 +08:00
|
|
|
default MPC834x_MDS
|
2006-01-11 11:43:56 +08:00
|
|
|
|
2008-01-25 10:45:51 +08:00
|
|
|
config MPC831x_RDB
|
|
|
|
bool "Freescale MPC831x RDB"
|
2007-02-08 12:19:12 +08:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC8313 RDB board.
|
|
|
|
|
2006-10-03 09:10:30 +08:00
|
|
|
config MPC832x_MDS
|
|
|
|
bool "Freescale MPC832x MDS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select QUICC_ENGINE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC832x MDS evaluation board.
|
|
|
|
|
2007-03-19 22:15:28 +08:00
|
|
|
config MPC832x_RDB
|
|
|
|
bool "Freescale MPC832x RDB"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select QUICC_ENGINE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC8323 RDB board.
|
|
|
|
|
2007-02-08 15:11:00 +08:00
|
|
|
config MPC834x_MDS
|
|
|
|
bool "Freescale MPC834x MDS"
|
2006-01-14 01:19:58 +08:00
|
|
|
select DEFAULT_UIMAGE
|
2006-01-11 11:43:56 +08:00
|
|
|
help
|
2007-02-08 15:11:00 +08:00
|
|
|
This option enables support for the MPC 834x MDS evaluation board.
|
2006-01-11 11:43:56 +08:00
|
|
|
|
2007-02-08 15:11:00 +08:00
|
|
|
Be aware that PCI buses can only function when MDS board is plugged
|
2006-01-11 11:43:56 +08:00
|
|
|
into the PIB (Platform IO Board) board from Freescale which provide
|
|
|
|
3 PCI slots. The PIBs PCI initialization is the bootloader's
|
2006-11-30 12:22:59 +08:00
|
|
|
responsibility.
|
2006-01-11 11:43:56 +08:00
|
|
|
|
2006-07-01 07:41:20 +08:00
|
|
|
config MPC834x_ITX
|
|
|
|
bool "Freescale MPC834x ITX"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC 834x ITX evaluation board.
|
|
|
|
|
|
|
|
Be aware that PCI initialization is the bootloader's
|
2006-11-30 12:22:59 +08:00
|
|
|
responsibility.
|
2006-07-01 07:41:20 +08:00
|
|
|
|
2007-02-18 00:13:56 +08:00
|
|
|
config MPC836x_MDS
|
|
|
|
bool "Freescale MPC836x MDS"
|
2006-10-11 19:04:22 +08:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select QUICC_ENGINE
|
|
|
|
help
|
2007-02-18 00:13:56 +08:00
|
|
|
This option enables support for the MPC836x MDS Processor Board.
|
2006-10-11 19:04:22 +08:00
|
|
|
|
2007-10-19 19:38:45 +08:00
|
|
|
config MPC837x_MDS
|
|
|
|
bool "Freescale MPC837x MDS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC837x MDS Processor Board.
|
2008-01-25 07:41:30 +08:00
|
|
|
|
|
|
|
config SBC834x
|
|
|
|
bool "Wind River SBC834x"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the Wind River SBC834x board.
|
|
|
|
|
2006-01-11 11:43:56 +08:00
|
|
|
endchoice
|
|
|
|
|
2007-02-08 12:19:12 +08:00
|
|
|
config PPC_MPC831x
|
|
|
|
bool
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2008-01-25 10:45:51 +08:00
|
|
|
default y if MPC831x_RDB
|
2007-02-08 12:19:12 +08:00
|
|
|
|
2006-10-03 09:10:30 +08:00
|
|
|
config PPC_MPC832x
|
|
|
|
bool
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2007-03-19 22:15:28 +08:00
|
|
|
default y if MPC832x_MDS || MPC832x_RDB
|
2006-10-03 09:10:30 +08:00
|
|
|
|
2006-01-11 11:43:56 +08:00
|
|
|
config MPC834x
|
|
|
|
bool
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2008-01-25 07:41:30 +08:00
|
|
|
default y if MPC834x_MDS || MPC834x_ITX || SBC834x
|
2006-01-11 11:43:56 +08:00
|
|
|
|
2006-10-11 19:04:22 +08:00
|
|
|
config PPC_MPC836x
|
|
|
|
bool
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
2007-02-18 00:13:56 +08:00
|
|
|
default y if MPC836x_MDS
|
2007-10-19 19:38:45 +08:00
|
|
|
|
|
|
|
config PPC_MPC837x
|
|
|
|
bool
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_INDIRECT_PCI
|
|
|
|
default y if MPC837x_MDS
|