summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-09 01:25:18 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-11 21:22:34 +0800
commit971d164f626f586ac80636fec25e7fbdbf49f695 (patch)
tree4694b1b01dd82f98c6c826f5fa3ceff53eac8463 /lib/Kconfig
parent18e18dd13b5d756d9ac32458a7982d25056328fb (diff)
downloadbarebox-971d164f626f586ac80636fec25e7fbdbf49f695.tar.gz
barebox-971d164f626f586ac80636fec25e7fbdbf49f695.tar.xz
param: add config to disable it
this will allow to save 992 Bytes for TI xlaoder or AT91 bootstrap Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 6b4063d265..f886e6e2a5 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -1,4 +1,7 @@
menu "Library routines"
+config PARAMETER
+ bool
+
config UNCOMPRESS
bool
select FILETYPE