Kconfig (ed03f430cdc8c802652467e9097606fedc2c7abc) | Kconfig (d7a301033f1990188f65abf4fe8e5b90ef0e3888) |
---|---|
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" --- 370 unchanged lines hidden (view full) --- 379 bool 380 default y 381 382config IBMVIO 383 depends on PPC_PSERIES || PPC_ISERIES 384 bool 385 default y 386 | 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" --- 370 unchanged lines hidden (view full) --- 379 bool 380 default y 381 382config IBMVIO 383 depends on PPC_PSERIES || PPC_ISERIES 384 bool 385 default y 386 |
387config IBMEBUS 388 depends on PPC_PSERIES 389 bool "Support for GX bus based adapters" 390 default y 391 help 392 Bus device driver for GX bus based adapters. 393 |
|
387config PPC_MPC106 388 bool 389 default n 390 391config GENERIC_TBSYNC 392 bool 393 default y if CONFIG_PPC32 && CONFIG_SMP 394 default n --- 546 unchanged lines hidden --- | 394config PPC_MPC106 395 bool 396 default n 397 398config GENERIC_TBSYNC 399 bool 400 default y if CONFIG_PPC32 && CONFIG_SMP 401 default n --- 546 unchanged lines hidden --- |