summaryrefslogtreecommitdiff
path: root/payloads/libpayload/configs
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2011-07-21 15:43:14 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-08-04 08:11:21 +0200
commit6de1ee4a3021cec992a63dbe20c4c1805e266e95 (patch)
treead6df0c601f29af12d067a1683e1d03c790c262b /payloads/libpayload/configs
parentb88351537bcee4b888a80b8afeb2f7e65767e666 (diff)
downloadcoreboot-6de1ee4a3021cec992a63dbe20c4c1805e266e95.tar.xz
libpayload: Add liblzma, libcbfs
Add cbfs core from coreboot into libpayload, and to support lzma decode, add coreboot's lzma code, too. Carl-Daniel agreed to relicense the lzmadecode wrapper as BSD-l, solving licensing problems. Change-Id: Id28990fe7e951d99447e265a4880d70a8f208dd2 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/115 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'payloads/libpayload/configs')
-rw-r--r--payloads/libpayload/configs/defconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig
index 6d514d6b0f..8d50f56208 100644
--- a/payloads/libpayload/configs/defconfig
+++ b/payloads/libpayload/configs/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# libpayload version: 0.2.0
-# Tue Jul 12 15:54:09 2011
+# Thu Jul 21 15:45:38 2011
#
#
@@ -23,8 +23,11 @@ CONFIG_TARGET_I386=y
# Standard Libraries
#
CONFIG_LIBC=y
+CONFIG_CURSES=y
+# CONFIG_TINYCURSES is not set
CONFIG_PDCURSES=y
-# CONFIG_CBFS is not set
+CONFIG_CBFS=y
+CONFIG_LZMA=y
#
# Console Options