108264cbcSKumar Galachoice
2b9fd305dSArnd Bergmann	prompt "83xx Board Type"
3b5a48346SKumar 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
53833e31e7SLi Yangconfig MPC837x_MDS
54833e31e7SLi Yang	bool "Freescale MPC837x MDS"
55833e31e7SLi Yang	select DEFAULT_UIMAGE
56833e31e7SLi Yang	help
57833e31e7SLi Yang	  This option enables support for the MPC837x MDS Processor Board.
5808264cbcSKumar Galaendchoice
5908264cbcSKumar Gala
60b359049fSKim Phillipsconfig PPC_MPC831x
61b359049fSKim Phillips	bool
62b359049fSKim Phillips	select PPC_UDBG_16550
63b359049fSKim Phillips	select PPC_INDIRECT_PCI
64b359049fSKim Phillips	default y if MPC8313_RDB
65b359049fSKim Phillips
669020fc96SKim Phillipsconfig PPC_MPC832x
679020fc96SKim Phillips	bool
689020fc96SKim Phillips	select PPC_UDBG_16550
699020fc96SKim Phillips	select PPC_INDIRECT_PCI
7023308c54SMichael Barkowski	default y if MPC832x_MDS || MPC832x_RDB
719020fc96SKim Phillips
7208264cbcSKumar Galaconfig MPC834x
7308264cbcSKumar Gala	bool
7408264cbcSKumar Gala	select PPC_UDBG_16550
7508264cbcSKumar Gala	select PPC_INDIRECT_PCI
7649baa91dSKumar Gala	default y if MPC834x_MDS || MPC834x_ITX
7708264cbcSKumar Gala
78f5a37b06SLi Yangconfig PPC_MPC836x
79f5a37b06SLi Yang	bool
80f5a37b06SLi Yang	select PPC_UDBG_16550
81f5a37b06SLi Yang	select PPC_INDIRECT_PCI
82322d05a1SKumar Gala	default y if MPC836x_MDS
83833e31e7SLi Yang
84833e31e7SLi Yangconfig PPC_MPC837x
85833e31e7SLi Yang	bool
86833e31e7SLi Yang	select PPC_UDBG_16550
87833e31e7SLi Yang	select PPC_INDIRECT_PCI
88833e31e7SLi Yang	default y if MPC837x_MDS
89