Kconfig (21fb5a1d9f554970c680b801ba32184bc7c34aa0) | Kconfig (4c9d2800be5dfabf26acdeb401cbabe9edc1dcf2) |
---|---|
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" --- 209 unchanged lines hidden (view full) --- 218 bool 219 default n 220 221config PPC_DCR 222 bool 223 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO 224 default y 225 | 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" --- 209 unchanged lines hidden (view full) --- 218 bool 219 default n 220 221config PPC_DCR 222 bool 223 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO 224 default y 225 |
226config PPC_OF_PLATFORM_PCI 227 bool 228 depends on PPC64 # not supported on 32 bits yet 229 default n 230 |
|
226config BOOKE 227 bool 228 depends on E200 || E500 229 default y 230 231config FSL_BOOKE 232 bool 233 depends on E200 || E500 --- 230 unchanged lines hidden (view full) --- 464config PPC_CELL 465 bool 466 default n 467 468config PPC_CELL_NATIVE 469 bool 470 select PPC_CELL 471 select PPC_DCR_MMIO | 231config BOOKE 232 bool 233 depends on E200 || E500 234 default y 235 236config FSL_BOOKE 237 bool 238 depends on E200 || E500 --- 230 unchanged lines hidden (view full) --- 469config PPC_CELL 470 bool 471 default n 472 473config PPC_CELL_NATIVE 474 bool 475 select PPC_CELL 476 select PPC_DCR_MMIO |
477 select PPC_OF_PLATFORM_PCI |
|
472 select MPIC 473 default n 474 475config PPC_IBM_CELL_BLADE 476 bool "IBM Cell Blade" 477 depends on PPC_MULTIPLATFORM && PPC64 478 select PPC_CELL_NATIVE 479 select PPC_RTAS --- 652 unchanged lines hidden --- | 478 select MPIC 479 default n 480 481config PPC_IBM_CELL_BLADE 482 bool "IBM Cell Blade" 483 depends on PPC_MULTIPLATFORM && PPC64 484 select PPC_CELL_NATIVE 485 select PPC_RTAS --- 652 unchanged lines hidden --- |