108264cbcSKumar Galamenu "Platform support"
208264cbcSKumar Gala	depends on PPC_83xx
308264cbcSKumar Gala
408264cbcSKumar Galachoice
508264cbcSKumar Gala	prompt "Machine Type"
608264cbcSKumar Gala	default MPC834x_SYS
708264cbcSKumar Gala
89020fc96SKim Phillipsconfig MPC832x_MDS
99020fc96SKim Phillips	bool "Freescale MPC832x MDS"
109020fc96SKim Phillips	select DEFAULT_UIMAGE
119020fc96SKim Phillips	select QUICC_ENGINE
129020fc96SKim Phillips	help
139020fc96SKim Phillips	  This option enables support for the MPC832x MDS evaluation board.
149020fc96SKim Phillips
1508264cbcSKumar Galaconfig MPC834x_SYS
1608264cbcSKumar Gala	bool "Freescale MPC834x SYS"
177d13d21aSKumar Gala	select DEFAULT_UIMAGE
1808264cbcSKumar Gala	help
1908264cbcSKumar Gala	  This option enables support for the MPC 834x SYS evaluation board.
2008264cbcSKumar Gala
2108264cbcSKumar Gala	  Be aware that PCI buses can only function when SYS board is plugged
2208264cbcSKumar Gala	  into the PIB (Platform IO Board) board from Freescale which provide
2308264cbcSKumar Gala	  3 PCI slots.  The PIBs PCI initialization is the bootloader's
24*3cb2fcccSMatt LaPlante	  responsibility.
2508264cbcSKumar Gala
2600280166SKim Phillipsconfig MPC834x_ITX
2700280166SKim Phillips	bool "Freescale MPC834x ITX"
2800280166SKim Phillips	select DEFAULT_UIMAGE
2900280166SKim Phillips	help
3000280166SKim Phillips	  This option enables support for the MPC 834x ITX evaluation board.
3100280166SKim Phillips
3200280166SKim Phillips	  Be aware that PCI initialization is the bootloader's
33*3cb2fcccSMatt LaPlante	  responsibility.
3400280166SKim Phillips
35f5a37b06SLi Yangconfig MPC8360E_PB
36f5a37b06SLi Yang	bool "Freescale MPC8360E PB"
37f5a37b06SLi Yang	select DEFAULT_UIMAGE
38f5a37b06SLi Yang	select QUICC_ENGINE
39f5a37b06SLi Yang	help
40f5a37b06SLi Yang	  This option enables support for the MPC836x EMDS Processor Board.
41f5a37b06SLi Yang
4208264cbcSKumar Galaendchoice
4308264cbcSKumar Gala
449020fc96SKim Phillipsconfig PPC_MPC832x
459020fc96SKim Phillips	bool
469020fc96SKim Phillips	select PPC_UDBG_16550
479020fc96SKim Phillips	select PPC_INDIRECT_PCI
489020fc96SKim Phillips	default y if MPC832x_MDS
499020fc96SKim Phillips
5008264cbcSKumar Galaconfig MPC834x
5108264cbcSKumar Gala	bool
5208264cbcSKumar Gala	select PPC_UDBG_16550
5308264cbcSKumar Gala	select PPC_INDIRECT_PCI
5400280166SKim Phillips	default y if MPC834x_SYS || MPC834x_ITX
5508264cbcSKumar Gala
56f5a37b06SLi Yangconfig PPC_MPC836x
57f5a37b06SLi Yang	bool
58f5a37b06SLi Yang	select PPC_UDBG_16550
59f5a37b06SLi Yang	select PPC_INDIRECT_PCI
60f5a37b06SLi Yang	default y if MPC8360E_PB
61f5a37b06SLi Yang
6208264cbcSKumar Galaendmenu
63