2006-01-10 21:43:56 -06:00
choice
2007-06-18 01:06:52 +02:00
prompt "83xx Board Type"
2007-04-12 15:46:21 -05:00
depends on PPC_83xx
2007-02-08 01:11:00 -06:00
default MPC834x_MDS
2006-01-10 21:43:56 -06:00
2007-02-07 22:19:12 -06:00
config MPC8313_RDB
bool "Freescale MPC8313 RDB"
select DEFAULT_UIMAGE
help
This option enables support for the MPC8313 RDB board.
2006-10-02 20:10:30 -05: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 09:15:28 -05: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 01:11:00 -06:00
config MPC834x_MDS
bool "Freescale MPC834x MDS"
2006-01-13 11:19:58 -06:00
select DEFAULT_UIMAGE
2006-01-10 21:43:56 -06:00
help
2007-02-08 01:11:00 -06:00
This option enables support for the MPC 834x MDS evaluation board.
2006-01-10 21:43:56 -06:00
2007-02-08 01:11:00 -06:00
Be aware that PCI buses can only function when MDS board is plugged
2006-01-10 21:43:56 -06: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 05:22:59 +01:00
responsibility.
2006-01-10 21:43:56 -06:00
2006-06-30 18:41:20 -05: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 05:22:59 +01:00
responsibility.
2006-06-30 18:41:20 -05:00
2007-02-17 10:13:56 -06: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-17 10:13:56 -06:00
This option enables support for the MPC836x MDS Processor Board.
2006-10-11 19:04:22 +08:00
2006-01-10 21:43:56 -06:00
endchoice
2007-02-07 22:19:12 -06:00
config PPC_MPC831x
bool
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
default y if MPC8313_RDB
2006-10-02 20:10:30 -05:00
config PPC_MPC832x
bool
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
2007-03-19 09:15:28 -05:00
default y if MPC832x_MDS || MPC832x_RDB
2006-10-02 20:10:30 -05:00
2006-01-10 21:43:56 -06:00
config MPC834x
bool
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
2007-02-08 01:11:00 -06:00
default y if MPC834x_MDS || MPC834x_ITX
2006-01-10 21:43:56 -06:00
2006-10-11 19:04:22 +08:00
config PPC_MPC836x
bool
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
2007-02-17 10:13:56 -06:00
default y if MPC836x_MDS