summaryrefslogtreecommitdiffstats
path: root/lib/lzo/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-07-08 09:47:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-14 15:22:25 +0200
commit6555866bd1f1024456075235d9ba434606a31297 (patch)
treef8ee2ac01bac5e7d31bcb520cc1f7faf9eb32169 /lib/lzo/Kconfig
parent156a61d16e3661739749b90bdf5a243f8a26c8dc (diff)
downloadbarebox-6555866bd1f1024456075235d9ba434606a31297.tar.gz
barebox-6555866bd1f1024456075235d9ba434606a31297.tar.xz
lib: lzo: drop unused compression code
The code doesn't compile and went unused since being added 10 years ago. Remove it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/lzo/Kconfig')
-rw-r--r--lib/lzo/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/lzo/Kconfig b/lib/lzo/Kconfig
index 9276b2128a..17b0083236 100644
--- a/lib/lzo/Kconfig
+++ b/lib/lzo/Kconfig
@@ -1,7 +1,3 @@
config LZO_DECOMPRESS
bool "include lzo uncompression support"
select UNCOMPRESS
-
-config LZO_COMPRESS
- bool
-