KCONFIG:= \
CONFIG_LZO_COMPRESS \
CONFIG_LZO_DECOMPRESS
+ HIDDEN:=1
FILES:= \
$(LINUX_DIR)/lib/lzo/lzo_compress.ko \
$(LINUX_DIR)/lib/lzo/lzo_decompress.ko
define KernelPackage/lib-lz4
SUBMENU:=$(LIB_MENU)
TITLE:=LZ4 support
+ HIDDEN:=1
KCONFIG:= \
CONFIG_LZ4_COMPRESS \
CONFIG_LZ4_DECOMPRESS
define KernelPackage/lib-zlib
SUBMENU:=$(LIB_MENU)
TITLE:=Zlib support
+ HIDDEN:=1
KCONFIG:= \
CONFIG_ZLIB_DEFLATE \
CONFIG_ZLIB_INFLATE
+++ /dev/null
---- a/lib/Kconfig
-+++ b/lib/Kconfig
-@@ -205,25 +205,25 @@ config RANDOM32_SELFTEST
- # compression support is select'ed if needed
- #
- config ZLIB_INFLATE
-- tristate
-+ tristate "ZLIB inflate support"
-
- config ZLIB_DEFLATE
-- tristate
-+ tristate "ZLIB deflate support"
-
- config LZO_COMPRESS
-- tristate
-+ tristate "LZO compress support"
-
- config LZO_DECOMPRESS
-- tristate
-+ tristate "LZO decompress support"
-
- config LZ4_COMPRESS
-- tristate
-+ tristate "LZ4 compress support"
-
- config LZ4HC_COMPRESS
-- tristate
-+ tristate "LZ4HC compress support"
-
- config LZ4_DECOMPRESS
-- tristate
-+ tristate "LZ4 decompress support"
-
- source "lib/xz/Kconfig"
-
+++ /dev/null
---- a/lib/Kconfig
-+++ b/lib/Kconfig
-@@ -213,25 +213,25 @@ config RANDOM32_SELFTEST
- # compression support is select'ed if needed
- #
- config ZLIB_INFLATE
-- tristate
-+ tristate "ZLIB inflate support"
-
- config ZLIB_DEFLATE
-- tristate
-+ tristate "ZLIB deflate support"
-
- config LZO_COMPRESS
-- tristate
-+ tristate "LZO compress support"
-
- config LZO_DECOMPRESS
-- tristate
-+ tristate "LZO decompress support"
-
- config LZ4_COMPRESS
-- tristate
-+ tristate "LZ4 compress support"
-
- config LZ4HC_COMPRESS
-- tristate
-+ tristate "LZ4HC compress support"
-
- config LZ4_DECOMPRESS
-- tristate
-+ tristate "LZ4 decompress support"
-
- source "lib/xz/Kconfig"
-
+++ /dev/null
---- a/lib/Kconfig
-+++ b/lib/Kconfig
-@@ -218,26 +218,26 @@ config 842_DECOMPRESS
- tristate
-
- config ZLIB_INFLATE
-- tristate
-+ tristate "ZLIB inflate support"
-
- config ZLIB_DEFLATE
-- tristate
-+ tristate "ZLIB deflate support"
- select BITREVERSE
-
- config LZO_COMPRESS
-- tristate
-+ tristate "LZO compress support"
-
- config LZO_DECOMPRESS
-- tristate
-+ tristate "LZO decompress support"
-
- config LZ4_COMPRESS
-- tristate
-+ tristate "LZ4 compress support"
-
- config LZ4HC_COMPRESS
-- tristate
-+ tristate "LZ4HC compress support"
-
- config LZ4_DECOMPRESS
-- tristate
-+ tristate "LZ4 decompress support"
-
- source "lib/xz/Kconfig"
-