[klibc 12/43] Enable CONFIG_KLIBC_ZLIB (now required to build kinit)

From: H. Peter Anvin
Date: Sun Jun 25 2006 - 20:58:13 EST


After removing the private copy of zlib in kinit, we need
CONFIG_KLIBC_ZLIB in order to build klibc. zlib is required in order
to decompress classical ramdisks.

In the future this should maybe be made conditional on CONFIG_BLK_DEV_RAM.

Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx>

---
commit baacd5d81ff7151e8df3893850ec363441886a1e
tree 0075da4cf5c328f29a89c98e053a5b2cd5e50afe
parent d669be433cc9bc413d958e140f8ec47211498a2a
author H. Peter Anvin <hpa@xxxxxxxxx> Mon, 01 May 2006 02:51:52 -0700
committer H. Peter Anvin <hpa@xxxxxxxxx> Sun, 18 Jun 2006 18:47:36 -0700

usr/Kconfig | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/usr/Kconfig b/usr/Kconfig
index ea3b520..4103a02 100644
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -48,3 +48,7 @@ config INITRAMFS_ROOT_GID
config KLIBC_ERRLIST
bool
default y
+
+config KLIBC_ZLIB
+ bool
+ default y
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/