diff options
| author | Gabe Evans <gabe@hashrabbit.co> | 2016-02-25 21:55:21 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-29 22:54:16 +0100 |
| commit | 41304124f2e0e717ef6bb9e6bf8b0c61c2fba745 (patch) | |
| tree | 57e8e2a28ccb4d4501d8a4be432dca67096ac545 /package/systemd/Config.in | |
| parent | f01ad723db77148889c2ae9cfdd7ab6eeb83b036 (diff) | |
| download | buildroot-41304124f2e0e717ef6bb9e6bf8b0c61c2fba745.tar.gz buildroot-41304124f2e0e717ef6bb9e6bf8b0c61c2fba745.zip | |
package/systemd: add optional support for bootchart
Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Thomas: rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd/Config.in')
| -rw-r--r-- | package/systemd/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index f1cd465c81..85dcf07639 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -100,6 +100,16 @@ config BR2_PACKAGE_SYSTEMD_VCONSOLE http://www.freedesktop.org/software/systemd/man/systemd-vconsole-setup.service.html +config BR2_PACKAGE_SYSTEMD_BOOTCHART + bool "enable bootchart tool" + help + systemd-bootchart is a tool, usually run at system startup, + that collects the CPU load, disk load, memory usage, as well + as per-process information from a running system. Collected + results are output as an SVG graph. + + http://www.freedesktop.org/software/systemd/man/systemd-bootchart.html + config BR2_PACKAGE_SYSTEMD_NETWORKD bool "enable network manager" help |

