summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-03 22:57:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-03 22:57:09 +0200
commit615f1a809834781eb2184a02572d1eb2e0f94b53 (patch)
tree2316f35ad5c1827844bfa051f0880b23abae5aab
parent7bf982a53a492b5b83b3c91faaf05c868e2897d6 (diff)
downloadptxdist-615f1a809834781eb2184a02572d1eb2e0f94b53.tar.gz
ptxdist-615f1a809834781eb2184a02572d1eb2e0f94b53.tar.xz
fbutils: do not allow 'fbset' if the 'fbset' from busybox is enabled
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/fbutils.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/fbutils.in b/rules/fbutils.in
index ee172ed4d..65508d2f8 100644
--- a/rules/fbutils.in
+++ b/rules/fbutils.in
@@ -17,12 +17,16 @@ config FBUTILS_FBSET
bool
default y
prompt "install fbset util on target"
+ depends on !BUSYBOX_FBSET || ALLYES
help
fbset is a system utility to show or change the settings
of the frame buffer device. The frame buffer device pro-
vides a simple and unique interface to access different
kinds of graphic displays.
+comment "BusyBox' fbset is selected!"
+ depends on BUSYBOX_FBSET
+
config FBUTILS_FBCMAP
bool
default y