Kconfig (123656d4cc8c946f578ebd18c2050f5251720428) | Kconfig (2308acca656c3625c46b671b348fb04b6b006cad) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6config MMU 7 bool 8 default y --- 13 unchanged lines hidden (view full) --- 22 bool 23 24mainmenu "Linux Kernel Configuration" 25 26config S390 27 bool 28 default y 29 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6config MMU 7 bool 8 default y --- 13 unchanged lines hidden (view full) --- 22 bool 23 24mainmenu "Linux Kernel Configuration" 25 26config S390 27 bool 28 default y 29 |
30config UID16 31 bool 32 default y 33 depends on !64BIT 34 | |
35source "init/Kconfig" 36 37menu "Base setup" 38 39comment "Processor type and features" 40 41config 64BIT 42 bool "64 bit kernel" --- 438 unchanged lines hidden --- | 30source "init/Kconfig" 31 32menu "Base setup" 33 34comment "Processor type and features" 35 36config 64BIT 37 bool "64 bit kernel" --- 438 unchanged lines hidden --- |