aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/Config.in
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-08-08 13:45:03 +0000
committerStefan Reinauer <stepan@openbios.org>2008-08-08 13:45:03 +0000
commit6986358341072299b5debb7fb29d183b1993b259 (patch)
treec18b05985af80a070af93d4c4c33886639298aaf /payloads/libpayload/Config.in
parentfef915c7c4540ffb890c20d4db0e71ac69175652 (diff)
new menu structure for libpayload
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3488 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/Config.in')
-rw-r--r--payloads/libpayload/Config.in32
1 files changed, 25 insertions, 7 deletions
diff --git a/payloads/libpayload/Config.in b/payloads/libpayload/Config.in
index 6c02c6ec42..2eb518afa6 100644
--- a/payloads/libpayload/Config.in
+++ b/payloads/libpayload/Config.in
@@ -2,6 +2,7 @@
## This file is part of the libpayload project.
##
## Copyright (C) 2008 Advanced Micro Devices, Inc.
+## Copyright (C) 2008 coresystems GmbH
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted provided that the following conditions
@@ -34,7 +35,19 @@ config TARGET_I386
bool
default y
-menu "Output Options"
+menu "Standard Libraries"
+
+config LIBC
+ bool "Enable C library support"
+ default y
+
+config TINYCURSES
+ bool "Enable tinycurses support"
+ default y
+
+endmenu
+
+menu "Console Options"
config SERIAL_CONSOLE
bool "See output on the serial port console"
@@ -73,6 +86,14 @@ config PC_KEYBOARD
bool "Allow input from a PC keyboard"
default y
+endmenu
+
+menu "Drivers"
+
+config PCI
+ bool "Support for PCI devices"
+ default y
+
config NVRAM
bool "Support for reading/writing NVRAM bytes"
default y
@@ -93,12 +114,9 @@ config RTC_PORT_EXTENDED_VIA
If you want to read or write CMOS bytes on computers with one of
these chipsets, say 'y' here.
-endmenu
-
-menu "Build Options"
-
-config TINYCURSES
- bool "Enable tinycurses support"
+config SPEAKER
+ bool "Support for PC speaker"
default y
endmenu
+