summaryrefslogtreecommitdiffstats
path: root/rules/bootchart.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-19 09:10:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-19 11:23:08 +0100
commit0a5da6a4650dfef0122323a850078f926f0d314b (patch)
tree873a86973d62fdda215ff0bf90aadc316c1b51df /rules/bootchart.in
parent27cb4afe19f8e52e47186c2d39742ab06025c812 (diff)
downloadptxdist-0a5da6a4650dfef0122323a850078f926f0d314b.tar.gz
ptxdist-0a5da6a4650dfef0122323a850078f926f0d314b.tar.xz
bootchart: conflict with busybox bootchartd
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bootchart.in')
-rw-r--r--rules/bootchart.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/bootchart.in b/rules/bootchart.in
index 051b456c1..d28a86d70 100644
--- a/rules/bootchart.in
+++ b/rules/bootchart.in
@@ -3,6 +3,7 @@
config BOOTCHART
tristate
prompt "bootchart"
+ depends on !BUSYBOX_BOOTCHARTD || ALLYES
help
Bootchart allows you to audit the boot sequence of your
computer and generate a pretty chart of the processes run,
@@ -14,3 +15,6 @@ config BOOTCHART
during the boot process and monitors the rest of the system
booting
+comment "BusyBox' bootchartd is selected!"
+ depends on BUSYBOX_BOOTCHARTD
+