[coreboot] r3201 - trunk/payloads/libpayload

svn at coreboot.org svn at coreboot.org
Mon Mar 31 17:21:24 CEST 2008


Author: uwe
Date: 2008-03-31 17:21:24 +0200 (Mon, 31 Mar 2008)
New Revision: 3201

Modified:
   trunk/payloads/libpayload/Config.in
Log:
Whitespace fixes (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/payloads/libpayload/Config.in
===================================================================
--- trunk/payloads/libpayload/Config.in	2008-03-31 15:18:56 UTC (rev 3200)
+++ trunk/payloads/libpayload/Config.in	2008-03-31 15:21:24 UTC (rev 3201)
@@ -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 @@
 	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





More information about the coreboot mailing list