diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-31 15:21:24 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-31 15:21:24 +0000 |
commit | 2d758b8bf6077796db27d055cf7d24f77ea52c4b (patch) | |
tree | 6d7f5436268036d814e68d226a46095a2a8d9299 | |
parent | b642e6d40a4347a5963e1f469ec863140b0cae59 (diff) |
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
-rw-r--r-- | payloads/libpayload/Config.in | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/payloads/libpayload/Config.in b/payloads/libpayload/Config.in index 5690ac956a..a1343f566b 100644 --- a/payloads/libpayload/Config.in +++ b/payloads/libpayload/Config.in @@ -30,25 +30,25 @@ mainmenu "Libpayload Configuration" config HAVE_DOT_CONFIG - bool - default y + bool + default y # When (if) we support multiple architectures, this will become an option. config TARGET_I386 - bool - default y + bool + default y menu "Output Options" - + config SERIAL_CONSOLE - bool "See output on the serial port console" - default y + bool "See output on the serial port console" + default y config SERIAL_IOBASE - hex "I/O base for the serial port (default 0x3f8)" - depends SERIAL_CONSOLE - default 0x3f8 - + hex "I/O base for the serial port (default 0x3f8)" + depends SERIAL_CONSOLE + default 0x3f8 + config SERIAL_SET_SPEED bool "Override the serial console baud rate" default n @@ -59,25 +59,25 @@ config SERIAL_BAUD_RATE depends SERIAL_SET_SPEED default 115200 -config VGA_CONSOLE - bool "See output on a VGA console" - default y +config VGA_CONSOLE + bool "See output on a VGA console" + default y config PC_KEYBOARD - bool "Allow input from a PC keyboard" - depends VGA_CONSOLE - default y + bool "Allow input from a PC keyboard" + depends VGA_CONSOLE + default y config NVRAM - bool "Support for reading/writing NVRAM bytes" - default y + bool "Support for reading/writing NVRAM bytes" + default y endmenu menu "Build Options" config TINYCURSES - bool "Enable tinycurses support" - default y + bool "Enable tinycurses support" + default y endmenu |