python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / systemd-bootchart / Config.in
blob8deb6b9b7bc2745719ac353dde8f408b18e7a317
1 config BR2_PACKAGE_SYSTEMD_BOOTCHART
2         bool "systemd-bootchart"
3         depends on BR2_INIT_SYSTEMD
4         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
5         help
6           systemd-bootchart is a tool, usually run at system startup,
7           that collects the CPU load, disk load, memory usage, as well
8           as per-process information from a running system. Collected
9           results are output as an SVG graph.
11           systemd-bootchart requires a Linux kernel >= 3.0 with the
12           following options enabled:
14           - CONFIG_SCHEDSTATS
15           - CONFIG_SCHED_DEBUG
17           These options will be automatically enabled by Buildroot if
18           it is responsible for building the kernel. Otherwise, if you
19           are building your kernel outside of Buildroot, make sure
20           these options are enabled.
22           http://www.freedesktop.org/software/systemd/man/systemd-bootchart.html
24 comment "systemd-bootchart needs a toolchain w/ headers >= 3.17"
25         depends on BR2_INIT_SYSTEMD
26         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17