diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/bootchartd.c | 2 | ||||
-rw-r--r-- | init/halt.c | 6 | ||||
-rw-r--r-- | init/init.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index 92aaade0f..ecbcab868 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -8,7 +8,7 @@ | |||
8 | //kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o | 8 | //kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o |
9 | 9 | ||
10 | //config:config BOOTCHARTD | 10 | //config:config BOOTCHARTD |
11 | //config: bool "bootchartd" | 11 | //config: bool "bootchartd (10 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: bootchartd is commonly used to profile the boot process | 14 | //config: bootchartd is commonly used to profile the boot process |
diff --git a/init/halt.c b/init/halt.c index f69b89772..e6eb28fc9 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -8,19 +8,19 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config HALT | 10 | //config:config HALT |
11 | //config: bool "halt" | 11 | //config: bool "halt (3.7 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Stop all processes and halt the system. | 14 | //config: Stop all processes and halt the system. |
15 | //config: | 15 | //config: |
16 | //config:config POWEROFF | 16 | //config:config POWEROFF |
17 | //config: bool "poweroff" | 17 | //config: bool "poweroff (3.7 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: Stop all processes and power off the system. | 20 | //config: Stop all processes and power off the system. |
21 | //config: | 21 | //config: |
22 | //config:config REBOOT | 22 | //config:config REBOOT |
23 | //config: bool "reboot" | 23 | //config: bool "reboot (3.7 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: Stop all processes and reboot the system. | 26 | //config: Stop all processes and reboot the system. |
diff --git a/init/init.c b/init/init.c index 4d6355167..3427e1cc8 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | //config:config INIT | 12 | //config:config INIT |
13 | //config: bool "init" | 13 | //config: bool "init (9.3 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select FEATURE_SYSLOG | 15 | //config: select FEATURE_SYSLOG |
16 | //config: help | 16 | //config: help |