Kconfig (f9bd170a87948a9e077149b70fb192c563770fdf) | Kconfig (033ef338b6e007dc081c6282a4f2a9dd761f8cd2) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 262 unchanged lines hidden (view full) --- 271 More information is available at: 272 <http://linux-apus.sourceforge.net/>. 273endchoice 274 275config PPC_PSERIES 276 depends on PPC_MULTIPLATFORM && PPC64 277 bool " IBM pSeries & new (POWER5-based) iSeries" 278 select PPC_I8259 | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 262 unchanged lines hidden (view full) --- 271 More information is available at: 272 <http://linux-apus.sourceforge.net/>. 273endchoice 274 275config PPC_PSERIES 276 depends on PPC_MULTIPLATFORM && PPC64 277 bool " IBM pSeries & new (POWER5-based) iSeries" 278 select PPC_I8259 |
279 select PPC_RTAS 280 select RTAS_ERROR_LOGGING |
|
279 default y 280 281config PPC_CHRP 282 bool " Common Hardware Reference Platform (CHRP) based machines" 283 depends on PPC_MULTIPLATFORM && PPC32 284 select PPC_I8259 285 select PPC_INDIRECT_PCI | 281 default y 282 283config PPC_CHRP 284 bool " Common Hardware Reference Platform (CHRP) based machines" 285 depends on PPC_MULTIPLATFORM && PPC32 286 select PPC_I8259 287 select PPC_INDIRECT_PCI |
288 select PPC_RTAS |
|
286 default y 287 288config PPC_PMAC 289 bool " Apple PowerMac based machines" 290 depends on PPC_MULTIPLATFORM 291 select PPC_INDIRECT_PCI if PPC32 292 default y 293 --- 18 unchanged lines hidden (view full) --- 312 default n 313 help 314 This option enables support for the Maple 970FX Evaluation Board. 315 For more informations, refer to <http://www.970eval.com> 316 317config PPC_BPA 318 bool " Broadband Processor Architecture" 319 depends on PPC_MULTIPLATFORM && PPC64 | 289 default y 290 291config PPC_PMAC 292 bool " Apple PowerMac based machines" 293 depends on PPC_MULTIPLATFORM 294 select PPC_INDIRECT_PCI if PPC32 295 default y 296 --- 18 unchanged lines hidden (view full) --- 315 default n 316 help 317 This option enables support for the Maple 970FX Evaluation Board. 318 For more informations, refer to <http://www.970eval.com> 319 320config PPC_BPA 321 bool " Broadband Processor Architecture" 322 depends on PPC_MULTIPLATFORM && PPC64 |
323 select PPC_RTAS |
|
320 321config PPC_OF 322 bool 323 depends on PPC_MULTIPLATFORM # for now 324 default y 325 326config XICS 327 depends on PPC_PSERIES --- 5 unchanged lines hidden (view full) --- 333 depends on PPC_MULTIPLATFORM && PPC64 334 default n 335 336config MPIC 337 depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE 338 bool 339 default y 340 | 324 325config PPC_OF 326 bool 327 depends on PPC_MULTIPLATFORM # for now 328 default y 329 330config XICS 331 depends on PPC_PSERIES --- 5 unchanged lines hidden (view full) --- 337 depends on PPC_MULTIPLATFORM && PPC64 338 default n 339 340config MPIC 341 depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE 342 bool 343 default y 344 |
345config PPC_RTAS 346 bool 347 default n 348 349config RTAS_ERROR_LOGGING 350 bool 351 depends on PPC_RTAS 352 default n 353 |
|
341config MPIC_BROKEN_U3 342 bool 343 depends on PPC_MAPLE 344 default y 345 346config BPA_IIC 347 depends on PPC_BPA 348 bool --- 536 unchanged lines hidden --- | 354config MPIC_BROKEN_U3 355 bool 356 depends on PPC_MAPLE 357 default y 358 359config BPA_IIC 360 depends on PPC_BPA 361 bool --- 536 unchanged lines hidden --- |