108264cbcSKumar Galachoice
208264cbcSKumar Gala	prompt "Machine Type"
3*b5a48346SKumar Gala	depends on PPC_83xx
449baa91dSKumar Gala	default MPC834x_MDS
508264cbcSKumar Gala
6b359049fSKim Phillipsconfig MPC8313_RDB
7b359049fSKim Phillips	bool "Freescale MPC8313 RDB"
8b359049fSKim Phillips	select DEFAULT_UIMAGE
9b359049fSKim Phillips	help
10b359049fSKim Phillips	  This option enables support for the MPC8313 RDB board.
11b359049fSKim Phillips
129020fc96SKim Phillipsconfig MPC832x_MDS
139020fc96SKim Phillips	bool "Freescale MPC832x MDS"
149020fc96SKim Phillips	select DEFAULT_UIMAGE
159020fc96SKim Phillips	select QUICC_ENGINE
169020fc96SKim Phillips	help
179020fc96SKim Phillips	  This option enables support for the MPC832x MDS evaluation board.
189020fc96SKim Phillips
1923308c54SMichael Barkowskiconfig MPC832x_RDB
2023308c54SMichael Barkowski	bool "Freescale MPC832x RDB"
2123308c54SMichael Barkowski	select DEFAULT_UIMAGE
2223308c54SMichael Barkowski	select QUICC_ENGINE
2323308c54SMichael Barkowski	help
2423308c54SMichael Barkowski	  This option enables support for the MPC8323 RDB board.
2523308c54SMichael Barkowski
2649baa91dSKumar Galaconfig MPC834x_MDS
2749baa91dSKumar Gala	bool "Freescale MPC834x MDS"
287d13d21aSKumar Gala	select DEFAULT_UIMAGE
2908264cbcSKumar Gala	help
3049baa91dSKumar Gala	  This option enables support for the MPC 834x MDS evaluation board.
3108264cbcSKumar Gala
3249baa91dSKumar Gala	  Be aware that PCI buses can only function when MDS board is plugged
3308264cbcSKumar Gala	  into the PIB (Platform IO Board) board from Freescale which provide
3408264cbcSKumar Gala	  3 PCI slots.  The PIBs PCI initialization is the bootloader's
353cb2fcccSMatt LaPlante	  responsibility.
3608264cbcSKumar Gala
3700280166SKim Phillipsconfig MPC834x_ITX
3800280166SKim Phillips	bool "Freescale MPC834x ITX"
3900280166SKim Phillips	select DEFAULT_UIMAGE
4000280166SKim Phillips	help
4100280166SKim Phillips	  This option enables support for the MPC 834x ITX evaluation board.
4200280166SKim Phillips
4300280166SKim Phillips	  Be aware that PCI initialization is the bootloader's
443cb2fcccSMatt LaPlante	  responsibility.
4500280166SKim Phillips
46322d05a1SKumar Galaconfig MPC836x_MDS
47322d05a1SKumar Gala	bool "Freescale MPC836x MDS"
48f5a37b06SLi Yang	select DEFAULT_UIMAGE
49f5a37b06SLi Yang	select QUICC_ENGINE
50f5a37b06SLi Yang	help
51322d05a1SKumar Gala	  This option enables support for the MPC836x MDS Processor Board.
52f5a37b06SLi Yang
5308264cbcSKumar Galaendchoice
5408264cbcSKumar Gala
55b359049fSKim Phillipsconfig PPC_MPC831x
56b359049fSKim Phillips	bool
57b359049fSKim Phillips	select PPC_UDBG_16550
58b359049fSKim Phillips	select PPC_INDIRECT_PCI
59b359049fSKim Phillips	default y if MPC8313_RDB
60b359049fSKim Phillips
619020fc96SKim Phillipsconfig PPC_MPC832x
629020fc96SKim Phillips	bool
639020fc96SKim Phillips	select PPC_UDBG_16550
649020fc96SKim Phillips	select PPC_INDIRECT_PCI
6523308c54SMichael Barkowski	default y if MPC832x_MDS || MPC832x_RDB
669020fc96SKim Phillips
6708264cbcSKumar Galaconfig MPC834x
6808264cbcSKumar Gala	bool
6908264cbcSKumar Gala	select PPC_UDBG_16550
7008264cbcSKumar Gala	select PPC_INDIRECT_PCI
7149baa91dSKumar Gala	default y if MPC834x_MDS || MPC834x_ITX
7208264cbcSKumar Gala
73f5a37b06SLi Yangconfig PPC_MPC836x
74f5a37b06SLi Yang	bool
75f5a37b06SLi Yang	select PPC_UDBG_16550
76f5a37b06SLi Yang	select PPC_INDIRECT_PCI
77322d05a1SKumar Gala	default y if MPC836x_MDS
78