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
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
2108264cbcSKumar Galaconfig MPC834x_SYS
2208264cbcSKumar Gala	bool "Freescale MPC834x SYS"
237d13d21aSKumar Gala	select DEFAULT_UIMAGE
2408264cbcSKumar Gala	help
2508264cbcSKumar Gala	  This option enables support for the MPC 834x SYS evaluation board.
2608264cbcSKumar Gala
2708264cbcSKumar Gala	  Be aware that PCI buses can only function when SYS board is plugged
2808264cbcSKumar Gala	  into the PIB (Platform IO Board) board from Freescale which provide
2908264cbcSKumar Gala	  3 PCI slots.  The PIBs PCI initialization is the bootloader's
303cb2fcccSMatt LaPlante	  responsibility.
3108264cbcSKumar Gala
3200280166SKim Phillipsconfig MPC834x_ITX
3300280166SKim Phillips	bool "Freescale MPC834x ITX"
3400280166SKim Phillips	select DEFAULT_UIMAGE
3500280166SKim Phillips	help
3600280166SKim Phillips	  This option enables support for the MPC 834x ITX evaluation board.
3700280166SKim Phillips
3800280166SKim Phillips	  Be aware that PCI initialization is the bootloader's
393cb2fcccSMatt LaPlante	  responsibility.
4000280166SKim Phillips
41f5a37b06SLi Yangconfig MPC8360E_PB
42f5a37b06SLi Yang	bool "Freescale MPC8360E PB"
43f5a37b06SLi Yang	select DEFAULT_UIMAGE
44f5a37b06SLi Yang	select QUICC_ENGINE
45f5a37b06SLi Yang	help
46f5a37b06SLi Yang	  This option enables support for the MPC836x EMDS Processor Board.
47f5a37b06SLi Yang
4808264cbcSKumar Galaendchoice
4908264cbcSKumar Gala
50b359049fSKim Phillipsconfig PPC_MPC831x
51b359049fSKim Phillips	bool
52b359049fSKim Phillips	select PPC_UDBG_16550
53b359049fSKim Phillips	select PPC_INDIRECT_PCI
54b359049fSKim Phillips	default y if MPC8313_RDB
55b359049fSKim Phillips
569020fc96SKim Phillipsconfig PPC_MPC832x
579020fc96SKim Phillips	bool
589020fc96SKim Phillips	select PPC_UDBG_16550
599020fc96SKim Phillips	select PPC_INDIRECT_PCI
609020fc96SKim Phillips	default y if MPC832x_MDS
619020fc96SKim Phillips
6208264cbcSKumar Galaconfig MPC834x
6308264cbcSKumar Gala	bool
6408264cbcSKumar Gala	select PPC_UDBG_16550
6508264cbcSKumar Gala	select PPC_INDIRECT_PCI
6600280166SKim Phillips	default y if MPC834x_SYS || MPC834x_ITX
6708264cbcSKumar Gala
68f5a37b06SLi Yangconfig PPC_MPC836x
69f5a37b06SLi Yang	bool
70f5a37b06SLi Yang	select PPC_UDBG_16550
71f5a37b06SLi Yang	select PPC_INDIRECT_PCI
72f5a37b06SLi Yang	default y if MPC8360E_PB
73f5a37b06SLi Yang
7408264cbcSKumar Galaendmenu
75