Kconfig (e7f75ad01d590243904c2d95ab47e6b2e9ef6dad) | Kconfig (b4e8c8dd8456c1d3685fb5b715c9795d250f500e) |
---|---|
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 --- 146 unchanged lines hidden (view full) --- 155 depends on 44x 156 default n 157 select PPC44x_SIMPLE 158 select 440EP 159 select PCI 160 help 161 This option enables support for the AMCC PPC440EP evaluation board. 162 | 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 --- 146 unchanged lines hidden (view full) --- 155 depends on 44x 156 default n 157 select PPC44x_SIMPLE 158 select 440EP 159 select PCI 160 help 161 This option enables support for the AMCC PPC440EP evaluation board. 162 |
163config ISS4xx 164 bool "ISS 4xx Simulator" 165 depends on (44x || 40x) 166 default n 167 select 405GP if 40x 168 select 440GP if 44x && !PPC_47x 169 select PPC_FPU 170 select OF_RTC 171 help 172 This option enables support for the IBM ISS simulation environment 173 |
|
163#config LUAN 164# bool "Luan" 165# depends on 44x 166# default n 167# select 440SP 168# help 169# This option enables support for the IBM PPC440SP evaluation board. 170 --- 117 unchanged lines hidden --- | 174#config LUAN 175# bool "Luan" 176# depends on 44x 177# default n 178# select 440SP 179# help 180# This option enables support for the IBM PPC440SP evaluation board. 181 --- 117 unchanged lines hidden --- |