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