barebox/lib/lzo/Kconfig
Jean-Christophe PLAGNIOL-VILLARD e7aa252938 uncompress: add config to disable it
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2012-01-11 21:22:34 +08:00

8 lines
111 B
Text

config LZO_DECOMPRESS
bool "include lzo uncompression support"
select UNCOMPRESS
config LZO_COMPRESS
bool