Kconfig (4a4cfe3836916e12282ceb5c4bdd799dc71af567) | Kconfig (d831d0b83f205888f4be4dee0a074ad67ef809b3) |
---|---|
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 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 21 unchanged lines hidden (view full) --- 30 def_bool y 31 32config GENERIC_TIME 33 def_bool y 34 35config GENERIC_TIME_VSYSCALL 36 def_bool y 37 | 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 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 21 unchanged lines hidden (view full) --- 30 def_bool y 31 32config GENERIC_TIME 33 def_bool y 34 35config GENERIC_TIME_VSYSCALL 36 def_bool y 37 |
38config GENERIC_CLOCKEVENTS 39 def_bool y 40 |
|
38config GENERIC_HARDIRQS 39 bool 40 default y 41 42config IRQ_PER_CPU 43 bool 44 default y 45 --- 638 unchanged lines hidden --- | 41config GENERIC_HARDIRQS 42 bool 43 default y 44 45config IRQ_PER_CPU 46 bool 47 default y 48 --- 638 unchanged lines hidden --- |