Kconfig (df777bd39a266637d1765d48043493489418e75b) | Kconfig (228d55053397e6d5325ca179c7ffe331de2846d3) |
---|---|
1config PPC_47x 2 bool "Support for 47x variant" 3 depends on 44x 4 default n 5 select MPIC 6 help 7 This option enables support for the 47x family of processors and is 8 not currently compatible with other 44x or 46x varients --- 172 unchanged lines hidden (view full) --- 181 default n 182 select 405GP if 40x 183 select 440GP if 44x && !PPC_47x 184 select PPC_FPU 185 select OF_RTC 186 help 187 This option enables support for the IBM ISS simulation environment 188 | 1config PPC_47x 2 bool "Support for 47x variant" 3 depends on 44x 4 default n 5 select MPIC 6 help 7 This option enables support for the 47x family of processors and is 8 not currently compatible with other 44x or 46x varients --- 172 unchanged lines hidden (view full) --- 181 default n 182 select 405GP if 40x 183 select 440GP if 44x && !PPC_47x 184 select PPC_FPU 185 select OF_RTC 186 help 187 This option enables support for the IBM ISS simulation environment 188 |
189config CURRITUCK 190 bool "IBM Currituck (476fpe) Support" 191 depends on PPC_47x 192 default n 193 select SWIOTLB 194 select 476FPE 195 select PPC4xx_PCI_EXPRESS 196 help 197 This option enables support for the IBM Currituck (476fpe) evaluation board 198 |
|
189config ICON 190 bool "Icon" 191 depends on 44x 192 default n 193 select PPC44x_SIMPLE 194 select 440SPe 195 select PCI 196 select PPC4xx_PCI_EXPRESS --- 138 unchanged lines hidden --- | 199config ICON 200 bool "Icon" 201 depends on 44x 202 default n 203 select PPC44x_SIMPLE 204 select 440SPe 205 select PCI 206 select PPC4xx_PCI_EXPRESS --- 138 unchanged lines hidden --- |