Kconfig (6f6682809b994fd9a61081fa0410df31481d5f7f) | Kconfig (2578bfae84a78bd46fdbc0d2f9d39e9fbc9c8a3f) |
---|---|
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 9config PPC32 10 bool 11 default y if !PPC64 12 13config 64BIT 14 bool 15 default y if PPC64 16 | 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 9config PPC32 10 bool 11 default y if !PPC64 12 13config 64BIT 14 bool 15 default y if PPC64 16 |
17config WORD_SIZE 18 int 19 default 64 if PPC64 20 default 32 if !PPC64 21 |
|
17config PPC_MERGE 18 def_bool y 19 20config MMU 21 bool 22 default y 23 24config GENERIC_HARDIRQS --- 645 unchanged lines hidden --- | 22config PPC_MERGE 23 def_bool y 24 25config MMU 26 bool 27 default y 28 29config GENERIC_HARDIRQS --- 645 unchanged lines hidden --- |