summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 531398f7c1..e16dd35715 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -1,8 +1,9 @@
+menu "Library routines"
config ZLIB
- bool
+ bool "include gzip uncompression support"
config BZLIB
- bool
+ bool "include bzip2 uncompression support"
config GENERIC_FIND_NEXT_BIT
def_bool n
@@ -18,3 +19,4 @@ config FDT
config OFTREE
select FDT
bool
+endmenu