1menuconfig FSL_SOC_BOOKE 2 bool "Freescale Book-E Machine Type" 3 depends on PPC_85xx || PPC_BOOK3E 4 select FSL_SOC 5 select PPC_UDBG_16550 6 select MPIC 7 select PPC_PCI_CHOICE 8 select FSL_PCI if PCI 9 select SERIAL_8250_SHARE_IRQ if SERIAL_8250 10 default y 11 12if FSL_SOC_BOOKE 13 14config MPC8540_ADS 15 bool "Freescale MPC8540 ADS" 16 select DEFAULT_UIMAGE 17 help 18 This option enables support for the MPC 8540 ADS board 19 20config MPC8560_ADS 21 bool "Freescale MPC8560 ADS" 22 select DEFAULT_UIMAGE 23 select CPM2 24 help 25 This option enables support for the MPC 8560 ADS board 26 27config MPC85xx_CDS 28 bool "Freescale MPC85xx CDS" 29 select DEFAULT_UIMAGE 30 select PPC_I8259 31 help 32 This option enables support for the MPC85xx CDS board 33 34config MPC85xx_MDS 35 bool "Freescale MPC85xx MDS" 36 select DEFAULT_UIMAGE 37 select PHYLIB 38 select HAS_RAPIDIO 39 select SWIOTLB 40 help 41 This option enables support for the MPC85xx MDS board 42 43config MPC8536_DS 44 bool "Freescale MPC8536 DS" 45 select DEFAULT_UIMAGE 46 select SWIOTLB 47 help 48 This option enables support for the MPC8536 DS board 49 50config MPC85xx_DS 51 bool "Freescale MPC85xx DS" 52 select PPC_I8259 53 select DEFAULT_UIMAGE 54 select FSL_ULI1575 55 select SWIOTLB 56 help 57 This option enables support for the MPC85xx DS (MPC8544 DS) board 58 59config MPC85xx_RDB 60 bool "Freescale MPC85xx RDB" 61 select PPC_I8259 62 select DEFAULT_UIMAGE 63 select FSL_ULI1575 64 select SWIOTLB 65 help 66 This option enables support for the MPC85xx RDB (P2020 RDB) board 67 68config SOCRATES 69 bool "Socrates" 70 select DEFAULT_UIMAGE 71 help 72 This option enables support for the Socrates board. 73 74config KSI8560 75 bool "Emerson KSI8560" 76 select DEFAULT_UIMAGE 77 help 78 This option enables support for the Emerson KSI8560 board 79 80config XES_MPC85xx 81 bool "X-ES single-board computer" 82 select DEFAULT_UIMAGE 83 help 84 This option enables support for the various single-board 85 computers from Extreme Engineering Solutions (X-ES) based on 86 Freescale MPC85xx processors. 87 Manufacturer: Extreme Engineering Solutions, Inc. 88 URL: <http://www.xes-inc.com/> 89 90config STX_GP3 91 bool "Silicon Turnkey Express GP3" 92 help 93 This option enables support for the Silicon Turnkey Express GP3 94 board. 95 select CPM2 96 select DEFAULT_UIMAGE 97 98config TQM8540 99 bool "TQ Components TQM8540" 100 help 101 This option enables support for the TQ Components TQM8540 board. 102 select DEFAULT_UIMAGE 103 select TQM85xx 104 105config TQM8541 106 bool "TQ Components TQM8541" 107 help 108 This option enables support for the TQ Components TQM8541 board. 109 select DEFAULT_UIMAGE 110 select TQM85xx 111 select CPM2 112 113config TQM8548 114 bool "TQ Components TQM8548" 115 help 116 This option enables support for the TQ Components TQM8548 board. 117 select DEFAULT_UIMAGE 118 select TQM85xx 119 120config TQM8555 121 bool "TQ Components TQM8555" 122 help 123 This option enables support for the TQ Components TQM8555 board. 124 select DEFAULT_UIMAGE 125 select TQM85xx 126 select CPM2 127 128config TQM8560 129 bool "TQ Components TQM8560" 130 help 131 This option enables support for the TQ Components TQM8560 board. 132 select DEFAULT_UIMAGE 133 select TQM85xx 134 select CPM2 135 136config SBC8548 137 bool "Wind River SBC8548" 138 select DEFAULT_UIMAGE 139 help 140 This option enables support for the Wind River SBC8548 board 141 142config SBC8560 143 bool "Wind River SBC8560" 144 select DEFAULT_UIMAGE 145 help 146 This option enables support for the Wind River SBC8560 board 147 148config P4080_DS 149 bool "Freescale P4080 DS" 150 select DEFAULT_UIMAGE 151 select PPC_FSL_BOOK3E 152 select PPC_E500MC 153 select PHYS_64BIT 154 select SWIOTLB 155 select MPC8xxx_GPIO 156 select HAS_RAPIDIO 157 help 158 This option enables support for the P4080 DS board 159 160endif # FSL_SOC_BOOKE 161 162config TQM85xx 163 bool 164