1d8267c1aSKumar Galamenuconfig PPC_83xx 2d8267c1aSKumar Gala bool "83xx-based boards" 3d8267c1aSKumar Gala depends on 6xx && PPC_MULTIPLATFORM 4b38308acSKumar Gala select PPC_UDBG_16550 5b500563bSJohn Rigby select PPC_PCI_CHOICE 6*76fe1ffcSJohn Rigby select FSL_PCI if PCI 7d8267c1aSKumar Gala select FSL_SOC 8d8267c1aSKumar Gala select IPIC 9b38308acSKumar Gala 10d8267c1aSKumar Galaif PPC_83xx 1108264cbcSKumar Gala 12519fd80dSKim Phillipsconfig MPC831x_RDB 13519fd80dSKim Phillips bool "Freescale MPC831x RDB" 14b359049fSKim Phillips select DEFAULT_UIMAGE 15b38308acSKumar Gala select PPC_MPC831x 16b359049fSKim Phillips help 17846aace3SKim Phillips This option enables support for the MPC8313 RDB and MPC8315 RDB boards. 18b359049fSKim Phillips 199020fc96SKim Phillipsconfig MPC832x_MDS 209020fc96SKim Phillips bool "Freescale MPC832x MDS" 219020fc96SKim Phillips select DEFAULT_UIMAGE 229020fc96SKim Phillips select QUICC_ENGINE 23b38308acSKumar Gala select PPC_MPC832x 249020fc96SKim Phillips help 259020fc96SKim Phillips This option enables support for the MPC832x MDS evaluation board. 269020fc96SKim Phillips 2723308c54SMichael Barkowskiconfig MPC832x_RDB 2823308c54SMichael Barkowski bool "Freescale MPC832x RDB" 2923308c54SMichael Barkowski select DEFAULT_UIMAGE 3023308c54SMichael Barkowski select QUICC_ENGINE 31b38308acSKumar Gala select PPC_MPC832x 3223308c54SMichael Barkowski help 3323308c54SMichael Barkowski This option enables support for the MPC8323 RDB board. 3423308c54SMichael Barkowski 3549baa91dSKumar Galaconfig MPC834x_MDS 3649baa91dSKumar Gala bool "Freescale MPC834x MDS" 377d13d21aSKumar Gala select DEFAULT_UIMAGE 38b38308acSKumar Gala select PPC_MPC834x 3908264cbcSKumar Gala help 4049baa91dSKumar Gala This option enables support for the MPC 834x MDS evaluation board. 4108264cbcSKumar Gala 4249baa91dSKumar Gala Be aware that PCI buses can only function when MDS board is plugged 4308264cbcSKumar Gala into the PIB (Platform IO Board) board from Freescale which provide 4408264cbcSKumar Gala 3 PCI slots. The PIBs PCI initialization is the bootloader's 453cb2fcccSMatt LaPlante responsibility. 4608264cbcSKumar Gala 4700280166SKim Phillipsconfig MPC834x_ITX 4800280166SKim Phillips bool "Freescale MPC834x ITX" 4900280166SKim Phillips select DEFAULT_UIMAGE 50b38308acSKumar Gala select PPC_MPC834x 5100280166SKim Phillips help 5200280166SKim Phillips This option enables support for the MPC 834x ITX evaluation board. 5300280166SKim Phillips 5400280166SKim Phillips Be aware that PCI initialization is the bootloader's 553cb2fcccSMatt LaPlante responsibility. 5600280166SKim Phillips 57322d05a1SKumar Galaconfig MPC836x_MDS 58322d05a1SKumar Gala bool "Freescale MPC836x MDS" 59f5a37b06SLi Yang select DEFAULT_UIMAGE 60f5a37b06SLi Yang select QUICC_ENGINE 61f5a37b06SLi Yang help 62322d05a1SKumar Gala This option enables support for the MPC836x MDS Processor Board. 63f5a37b06SLi Yang 64b13e9309SAnton Vorontsovconfig MPC836x_RDK 65b13e9309SAnton Vorontsov bool "Freescale/Logic MPC836x RDK" 66b13e9309SAnton Vorontsov select DEFAULT_UIMAGE 67b13e9309SAnton Vorontsov select QUICC_ENGINE 68b13e9309SAnton Vorontsov select QE_GPIO 69b13e9309SAnton Vorontsov select FSL_GTM 70b13e9309SAnton Vorontsov select FSL_LBC 71b13e9309SAnton Vorontsov help 72b13e9309SAnton Vorontsov This option enables support for the MPC836x RDK Processor Board, 73b13e9309SAnton Vorontsov also known as ZOOM PowerQUICC Kit. 74b13e9309SAnton Vorontsov 75833e31e7SLi Yangconfig MPC837x_MDS 76833e31e7SLi Yang bool "Freescale MPC837x MDS" 77833e31e7SLi Yang select DEFAULT_UIMAGE 78b38308acSKumar Gala select PPC_MPC837x 79833e31e7SLi Yang help 80833e31e7SLi Yang This option enables support for the MPC837x MDS Processor Board. 81a43414ccSPaul Gortmaker 8238f66f90SKim Phillipsconfig MPC837x_RDB 8338f66f90SKim Phillips bool "Freescale MPC837x RDB" 8438f66f90SKim Phillips select DEFAULT_UIMAGE 85b38308acSKumar Gala select PPC_MPC837x 8638f66f90SKim Phillips help 8738f66f90SKim Phillips This option enables support for the MPC837x RDB Board. 8838f66f90SKim Phillips 89a43414ccSPaul Gortmakerconfig SBC834x 90a43414ccSPaul Gortmaker bool "Wind River SBC834x" 91a43414ccSPaul Gortmaker select DEFAULT_UIMAGE 92b38308acSKumar Gala select PPC_MPC834x 93a43414ccSPaul Gortmaker help 94a43414ccSPaul Gortmaker This option enables support for the Wind River SBC834x board. 95a43414ccSPaul Gortmaker 9659d13f9dSBryan O'Donoghueconfig ASP834x 9759d13f9dSBryan O'Donoghue bool "Analogue & Micro ASP 834x" 9859d13f9dSBryan O'Donoghue select PPC_MPC834x 9959d13f9dSBryan O'Donoghue select REDBOOT 10059d13f9dSBryan O'Donoghue help 10159d13f9dSBryan O'Donoghue This enables support for the Analogue & Micro ASP 83xx 10259d13f9dSBryan O'Donoghue board. 10359d13f9dSBryan O'Donoghue 10459d13f9dSBryan O'Donoghue 105b38308acSKumar Galaendif 10608264cbcSKumar Gala 107b38308acSKumar Gala# used for usb 108b359049fSKim Phillipsconfig PPC_MPC831x 109b359049fSKim Phillips bool 110b359049fSKim Phillips 111b38308acSKumar Gala# used for math-emu 1129020fc96SKim Phillipsconfig PPC_MPC832x 1139020fc96SKim Phillips bool 1149020fc96SKim Phillips 115b38308acSKumar Gala# used for usb 116b38308acSKumar Galaconfig PPC_MPC834x 11708264cbcSKumar Gala bool 11808264cbcSKumar Gala 119b38308acSKumar Gala# used for usb 120833e31e7SLi Yangconfig PPC_MPC837x 121833e31e7SLi Yang bool 122