Kconfig (185a257f2f73bcd89050ad02da5bedbc28fc43fa) Kconfig (9361401eb7619c033e2394e4f9f6d410d6719ac7)
1config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "/lib/modules/$UNAME_RELEASE/.config"
5 default "/etc/kernel-config"
6 default "/boot/config-$UNAME_RELEASE"
7 default "arch/$ARCH/defconfig"
8

--- 78 unchanged lines hidden (view full) ---

87 appended after any matching localversion* files, and after the value
88 set in CONFIG_LOCALVERSION
89
90 Note: This requires Perl, and a git repository, but not necessarily
91 the git or cogito tools to be installed.
92
93config SWAP
94 bool "Support for paging of anonymous memory (swap)"
1config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "/lib/modules/$UNAME_RELEASE/.config"
5 default "/etc/kernel-config"
6 default "/boot/config-$UNAME_RELEASE"
7 default "arch/$ARCH/defconfig"
8

--- 78 unchanged lines hidden (view full) ---

87 appended after any matching localversion* files, and after the value
88 set in CONFIG_LOCALVERSION
89
90 Note: This requires Perl, and a git repository, but not necessarily
91 the git or cogito tools to be installed.
92
93config SWAP
94 bool "Support for paging of anonymous memory (swap)"
95 depends on MMU
95 depends on MMU && BLOCK
96 default y
97 help
98 This option allows you to choose whether you want to have support
99 for so called swap devices or swap files in your kernel that are
100 used to provide more virtual memory than the actual RAM present
101 in your computer. If unsure say Y.
102
103config SYSVIPC

--- 416 unchanged lines hidden ---
96 default y
97 help
98 This option allows you to choose whether you want to have support
99 for so called swap devices or swap files in your kernel that are
100 used to provide more virtual memory than the actual RAM present
101 in your computer. If unsure say Y.
102
103config SYSVIPC

--- 416 unchanged lines hidden ---