aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/configs
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-26 11:47:13 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-26 11:47:13 +0000
commit723c2702116af499389a9a73ff8df35fee37ee64 (patch)
tree6b4004e4e4bd326176a3a596355c10a16d6e25d9 /payloads/libpayload/configs
parent026476e4e3eb0f925b355c079618378248c8e7a2 (diff)
Update libpayload default configuration so a make oldconfig
on that configuration does not ask questions. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5302 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/configs')
-rw-r--r--payloads/libpayload/configs/defconfig19
1 files changed, 17 insertions, 2 deletions
diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig
index 03c15fc9d1..d7704bc743 100644
--- a/payloads/libpayload/configs/defconfig
+++ b/payloads/libpayload/configs/defconfig
@@ -1,10 +1,17 @@
#
# Automatically generated make config: don't edit
# libpayload version: 0.2.0
-# Thu May 21 12:01:39 2009
+# Fri Mar 26 12:45:27 2010
#
#
+# Generic Options
+#
+# CONFIG_EXPERIMENTAL is not set
+# CONFIG_OBSOLETE is not set
+# CONFIG_DEVELOPER is not set
+
+#
# Architecture Options
#
CONFIG_TARGET_I386=y
@@ -16,6 +23,7 @@ CONFIG_TARGET_I386=y
#
CONFIG_LIBC=y
CONFIG_TINYCURSES=y
+# CONFIG_CBFS is not set
#
# Console Options
@@ -27,6 +35,7 @@ CONFIG_SERIAL_IOBASE=0x3f8
CONFIG_VIDEO_CONSOLE=y
CONFIG_VGA_VIDEO_CONSOLE=y
# CONFIG_GEODELX_VIDEO_CONSOLE is not set
+CONFIG_COREBOOT_VIDEO_CONSOLE=y
CONFIG_PC_KEYBOARD=y
CONFIG_PC_KEYBOARD_LAYOUT_US=y
# CONFIG_PC_KEYBOARD_LAYOUT_DE is not set
@@ -38,4 +47,10 @@ CONFIG_PCI=y
CONFIG_NVRAM=y
# CONFIG_RTC_PORT_EXTENDED_VIA is not set
CONFIG_SPEAKER=y
-# CONFIG_USB is not set
+CONFIG_USB=y
+CONFIG_USB_UHCI=y
+# CONFIG_USB_OHCI is not set
+# CONFIG_USB_EHCI is not set
+CONFIG_USB_HID=y
+CONFIG_USB_HUB=y
+CONFIG_USB_MSC=y