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 808264cbcSKumar Galaconfig MPC834x_SYS 908264cbcSKumar Gala bool "Freescale MPC834x SYS" 107d13d21aSKumar Gala select DEFAULT_UIMAGE 1108264cbcSKumar Gala help 1208264cbcSKumar Gala This option enables support for the MPC 834x SYS evaluation board. 1308264cbcSKumar Gala 1408264cbcSKumar Gala Be aware that PCI buses can only function when SYS board is plugged 1508264cbcSKumar Gala into the PIB (Platform IO Board) board from Freescale which provide 1608264cbcSKumar Gala 3 PCI slots. The PIBs PCI initialization is the bootloader's 1708264cbcSKumar Gala responsiblilty. 1808264cbcSKumar Gala 19*00280166SKim Phillipsconfig MPC834x_ITX 20*00280166SKim Phillips bool "Freescale MPC834x ITX" 21*00280166SKim Phillips select DEFAULT_UIMAGE 22*00280166SKim Phillips help 23*00280166SKim Phillips This option enables support for the MPC 834x ITX evaluation board. 24*00280166SKim Phillips 25*00280166SKim Phillips Be aware that PCI initialization is the bootloader's 26*00280166SKim Phillips responsiblilty. 27*00280166SKim Phillips 2808264cbcSKumar Galaendchoice 2908264cbcSKumar Gala 3008264cbcSKumar Galaconfig MPC834x 3108264cbcSKumar Gala bool 3208264cbcSKumar Gala select PPC_UDBG_16550 3308264cbcSKumar Gala select PPC_INDIRECT_PCI 34*00280166SKim Phillips default y if MPC834x_SYS || MPC834x_ITX 3508264cbcSKumar Gala 3608264cbcSKumar Galaendmenu 37