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