diff options
Diffstat (limited to 'init/Kconfig')
| -rw-r--r-- | init/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index ebafac4231ee..412c21b00d51 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -19,7 +19,6 @@ config DEFCONFIG_LIST | |||
| 19 | config CONSTRUCTORS | 19 | config CONSTRUCTORS |
| 20 | bool | 20 | bool |
| 21 | depends on !UML | 21 | depends on !UML |
| 22 | default y | ||
| 23 | 22 | ||
| 24 | config HAVE_IRQ_WORK | 23 | config HAVE_IRQ_WORK |
| 25 | bool | 24 | bool |
| @@ -204,6 +203,15 @@ config KERNEL_LZO | |||
| 204 | 203 | ||
| 205 | endchoice | 204 | endchoice |
| 206 | 205 | ||
| 206 | config DEFAULT_HOSTNAME | ||
| 207 | string "Default hostname" | ||
| 208 | default "(none)" | ||
| 209 | help | ||
| 210 | This option determines the default system hostname before userspace | ||
| 211 | calls sethostname(2). The kernel traditionally uses "(none)" here, | ||
| 212 | but you may wish to use a different default here to make a minimal | ||
| 213 | system more usable with less configuration. | ||
| 214 | |||
| 207 | config SWAP | 215 | config SWAP |
| 208 | bool "Support for paging of anonymous memory (swap)" | 216 | bool "Support for paging of anonymous memory (swap)" |
| 209 | depends on MMU && BLOCK | 217 | depends on MMU && BLOCK |
