Whitespace fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3201 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b642e6d40a
commit
2d758b8bf6
|
@ -30,25 +30,25 @@
|
||||||
mainmenu "Libpayload Configuration"
|
mainmenu "Libpayload Configuration"
|
||||||
|
|
||||||
config HAVE_DOT_CONFIG
|
config HAVE_DOT_CONFIG
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
# When (if) we support multiple architectures, this will become an option.
|
# When (if) we support multiple architectures, this will become an option.
|
||||||
config TARGET_I386
|
config TARGET_I386
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
menu "Output Options"
|
menu "Output Options"
|
||||||
|
|
||||||
config SERIAL_CONSOLE
|
config SERIAL_CONSOLE
|
||||||
bool "See output on the serial port console"
|
bool "See output on the serial port console"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config SERIAL_IOBASE
|
config SERIAL_IOBASE
|
||||||
hex "I/O base for the serial port (default 0x3f8)"
|
hex "I/O base for the serial port (default 0x3f8)"
|
||||||
depends SERIAL_CONSOLE
|
depends SERIAL_CONSOLE
|
||||||
default 0x3f8
|
default 0x3f8
|
||||||
|
|
||||||
config SERIAL_SET_SPEED
|
config SERIAL_SET_SPEED
|
||||||
bool "Override the serial console baud rate"
|
bool "Override the serial console baud rate"
|
||||||
default n
|
default n
|
||||||
|
@ -59,25 +59,25 @@ config SERIAL_BAUD_RATE
|
||||||
depends SERIAL_SET_SPEED
|
depends SERIAL_SET_SPEED
|
||||||
default 115200
|
default 115200
|
||||||
|
|
||||||
config VGA_CONSOLE
|
config VGA_CONSOLE
|
||||||
bool "See output on a VGA console"
|
bool "See output on a VGA console"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config PC_KEYBOARD
|
config PC_KEYBOARD
|
||||||
bool "Allow input from a PC keyboard"
|
bool "Allow input from a PC keyboard"
|
||||||
depends VGA_CONSOLE
|
depends VGA_CONSOLE
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config NVRAM
|
config NVRAM
|
||||||
bool "Support for reading/writing NVRAM bytes"
|
bool "Support for reading/writing NVRAM bytes"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Build Options"
|
menu "Build Options"
|
||||||
|
|
||||||
config TINYCURSES
|
config TINYCURSES
|
||||||
bool "Enable tinycurses support"
|
bool "Enable tinycurses support"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in New Issue