108264cbcSKumar Galamenu "Platform support"
208264cbcSKumar Gala	depends on PPC_83xx
308264cbcSKumar Gala
408264cbcSKumar Galachoice
508264cbcSKumar Gala	prompt "Machine Type"
649baa91dSKumar Gala	default MPC834x_MDS
708264cbcSKumar Gala
8b359049fSKim Phillipsconfig MPC8313_RDB
9b359049fSKim Phillips	bool "Freescale MPC8313 RDB"
10b359049fSKim Phillips	select DEFAULT_UIMAGE
11b359049fSKim Phillips	help
12b359049fSKim Phillips	  This option enables support for the MPC8313 RDB board.
13b359049fSKim Phillips
149020fc96SKim Phillipsconfig MPC832x_MDS
159020fc96SKim Phillips	bool "Freescale MPC832x MDS"
169020fc96SKim Phillips	select DEFAULT_UIMAGE
179020fc96SKim Phillips	select QUICC_ENGINE
189020fc96SKim Phillips	help
199020fc96SKim Phillips	  This option enables support for the MPC832x MDS evaluation board.
209020fc96SKim Phillips
2123308c54SMichael Barkowskiconfig MPC832x_RDB
2223308c54SMichael Barkowski	bool "Freescale MPC832x RDB"
2323308c54SMichael Barkowski	select DEFAULT_UIMAGE
2423308c54SMichael Barkowski	select QUICC_ENGINE
2523308c54SMichael Barkowski	help
2623308c54SMichael Barkowski	  This option enables support for the MPC8323 RDB board.
2723308c54SMichael Barkowski
2849baa91dSKumar Galaconfig MPC834x_MDS
2949baa91dSKumar Gala	bool "Freescale MPC834x MDS"
307d13d21aSKumar Gala	select DEFAULT_UIMAGE
3108264cbcSKumar Gala	help
3249baa91dSKumar Gala	  This option enables support for the MPC 834x MDS evaluation board.
3308264cbcSKumar Gala
3449baa91dSKumar Gala	  Be aware that PCI buses can only function when MDS board is plugged
3508264cbcSKumar Gala	  into the PIB (Platform IO Board) board from Freescale which provide
3608264cbcSKumar Gala	  3 PCI slots.  The PIBs PCI initialization is the bootloader's
373cb2fcccSMatt LaPlante	  responsibility.
3808264cbcSKumar Gala
3900280166SKim Phillipsconfig MPC834x_ITX
4000280166SKim Phillips	bool "Freescale MPC834x ITX"
4100280166SKim Phillips	select DEFAULT_UIMAGE
4200280166SKim Phillips	help
4300280166SKim Phillips	  This option enables support for the MPC 834x ITX evaluation board.
4400280166SKim Phillips
4500280166SKim Phillips	  Be aware that PCI initialization is the bootloader's
463cb2fcccSMatt LaPlante	  responsibility.
4700280166SKim Phillips
48322d05a1SKumar Galaconfig MPC836x_MDS
49322d05a1SKumar Gala	bool "Freescale MPC836x MDS"
50f5a37b06SLi Yang	select DEFAULT_UIMAGE
51f5a37b06SLi Yang	select QUICC_ENGINE
52f5a37b06SLi Yang	help
53322d05a1SKumar Gala	  This option enables support for the MPC836x MDS Processor Board.
54f5a37b06SLi Yang
5508264cbcSKumar Galaendchoice
5608264cbcSKumar Gala
57b359049fSKim Phillipsconfig PPC_MPC831x
58b359049fSKim Phillips	bool
59b359049fSKim Phillips	select PPC_UDBG_16550
60b359049fSKim Phillips	select PPC_INDIRECT_PCI
61b359049fSKim Phillips	default y if MPC8313_RDB
62b359049fSKim Phillips
639020fc96SKim Phillipsconfig PPC_MPC832x
649020fc96SKim Phillips	bool
659020fc96SKim Phillips	select PPC_UDBG_16550
669020fc96SKim Phillips	select PPC_INDIRECT_PCI
6723308c54SMichael Barkowski	default y if MPC832x_MDS || MPC832x_RDB
689020fc96SKim Phillips
6908264cbcSKumar Galaconfig MPC834x
7008264cbcSKumar Gala	bool
7108264cbcSKumar Gala	select PPC_UDBG_16550
7208264cbcSKumar Gala	select PPC_INDIRECT_PCI
7349baa91dSKumar Gala	default y if MPC834x_MDS || MPC834x_ITX
7408264cbcSKumar Gala
75f5a37b06SLi Yangconfig PPC_MPC836x
76f5a37b06SLi Yang	bool
77f5a37b06SLi Yang	select PPC_UDBG_16550
78f5a37b06SLi Yang	select PPC_INDIRECT_PCI
79322d05a1SKumar Gala	default y if MPC836x_MDS
80f5a37b06SLi Yang
8108264cbcSKumar Galaendmenu
82