1menuconfig PPC_83xx 2 bool "83xx-based boards" 3 depends on 6xx && PPC_MULTIPLATFORM 4 select PPC_UDBG_16550 5 select PPC_PCI_CHOICE 6 select PPC_INDIRECT_PCI 7 select FSL_SOC 8 select IPIC 9 10if PPC_83xx 11 12config MPC831x_RDB 13 bool "Freescale MPC831x RDB" 14 select DEFAULT_UIMAGE 15 select PPC_MPC831x 16 help 17 This option enables support for the MPC8313 RDB and MPC8315 RDB boards. 18 19config MPC832x_MDS 20 bool "Freescale MPC832x MDS" 21 select DEFAULT_UIMAGE 22 select QUICC_ENGINE 23 select PPC_MPC832x 24 help 25 This option enables support for the MPC832x MDS evaluation board. 26 27config MPC832x_RDB 28 bool "Freescale MPC832x RDB" 29 select DEFAULT_UIMAGE 30 select QUICC_ENGINE 31 select PPC_MPC832x 32 help 33 This option enables support for the MPC8323 RDB board. 34 35config MPC834x_MDS 36 bool "Freescale MPC834x MDS" 37 select DEFAULT_UIMAGE 38 select PPC_MPC834x 39 help 40 This option enables support for the MPC 834x MDS evaluation board. 41 42 Be aware that PCI buses can only function when MDS board is plugged 43 into the PIB (Platform IO Board) board from Freescale which provide 44 3 PCI slots. The PIBs PCI initialization is the bootloader's 45 responsibility. 46 47config MPC834x_ITX 48 bool "Freescale MPC834x ITX" 49 select DEFAULT_UIMAGE 50 select PPC_MPC834x 51 help 52 This option enables support for the MPC 834x ITX evaluation board. 53 54 Be aware that PCI initialization is the bootloader's 55 responsibility. 56 57config MPC836x_MDS 58 bool "Freescale MPC836x MDS" 59 select DEFAULT_UIMAGE 60 select QUICC_ENGINE 61 help 62 This option enables support for the MPC836x MDS Processor Board. 63 64config MPC836x_RDK 65 bool "Freescale/Logic MPC836x RDK" 66 select DEFAULT_UIMAGE 67 select QUICC_ENGINE 68 select QE_GPIO 69 select FSL_GTM 70 select FSL_LBC 71 help 72 This option enables support for the MPC836x RDK Processor Board, 73 also known as ZOOM PowerQUICC Kit. 74 75config MPC837x_MDS 76 bool "Freescale MPC837x MDS" 77 select DEFAULT_UIMAGE 78 select PPC_MPC837x 79 help 80 This option enables support for the MPC837x MDS Processor Board. 81 82config MPC837x_RDB 83 bool "Freescale MPC837x RDB" 84 select DEFAULT_UIMAGE 85 select PPC_MPC837x 86 help 87 This option enables support for the MPC837x RDB Board. 88 89config SBC834x 90 bool "Wind River SBC834x" 91 select DEFAULT_UIMAGE 92 select PPC_MPC834x 93 help 94 This option enables support for the Wind River SBC834x board. 95 96config ASP834x 97 bool "Analogue & Micro ASP 834x" 98 select PPC_MPC834x 99 select REDBOOT 100 help 101 This enables support for the Analogue & Micro ASP 83xx 102 board. 103 104 105endif 106 107# used for usb 108config PPC_MPC831x 109 bool 110 111# used for math-emu 112config PPC_MPC832x 113 bool 114 115# used for usb 116config PPC_MPC834x 117 bool 118 119# used for usb 120config PPC_MPC837x 121 bool 122