summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-08 14:23:19 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-11 21:22:34 +0800
commit507319e13bd5e0ad13138970e90e8426d08f5817 (patch)
treee7636398ce920f541a2e3f91d4f4c017dace6137 /lib/Kconfig
parente7aa25293860087158f652c07be7b30299410b8b (diff)
downloadbarebox-507319e13bd5e0ad13138970e90e8426d08f5817.tar.gz
barebox-507319e13bd5e0ad13138970e90e8426d08f5817.tar.xz
filetype: add config to disable it
remove 160 bytes Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 0bbd206778..6b4063d265 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -1,6 +1,7 @@
menu "Library routines"
config UNCOMPRESS
bool
+ select FILETYPE
config ZLIB
bool "include gzip uncompression support"