summaryrefslogtreecommitdiffstats
path: root/rules/fbv.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-05 14:28:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-05 14:28:14 +0200
commit8f4614c85862e4e7b4aebdb784155947f7e4dd83 (patch)
tree43f7209aee0ae473d623913401e97423bfafb1da /rules/fbv.in
parentd57ccf9d81bbf3b3f9d3cd5b70fc5b2803edaed0 (diff)
downloadptxdist-8f4614c85862e4e7b4aebdb784155947f7e4dd83.tar.gz
ptxdist-8f4614c85862e4e7b4aebdb784155947f7e4dd83.tar.xz
fbv: handle options correctlyptxdist-2015.05.0
- png support is always enabled if no option is specified. - remove broken options. They don't even exist any more Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/fbv.in')
-rw-r--r--rules/fbv.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/rules/fbv.in b/rules/fbv.in
index 73bf8ac0f..2faae51f8 100644
--- a/rules/fbv.in
+++ b/rules/fbv.in
@@ -17,20 +17,5 @@ config FBV_PNG
prompt "png support"
default y
-config FBV_UNGIF
- bool
- depends on BROKEN
- prompt "(un)gif support"
-
-config FBV_JPEG
- bool
- depends on BROKEN
- prompt "jpeg support"
-
-config FBV_BMP
- bool
- depends on BROKEN
- prompt "bmp support"
-
endif