Various small consistency fixes (trivial):
- Use _FOO_H include guard format everywhere. - Add missing speaker.c prototypes to libpayload.h. - Consistently use short form u8/u16/u32 instead of uint8_t et. al. - kcofig: Use 'depends on' instead of 'depends', which seems deprecated. 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@3234 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -46,17 +46,17 @@ config SERIAL_CONSOLE
|
||||
|
||||
config SERIAL_IOBASE
|
||||
hex "I/O base for the serial port (default 0x3f8)"
|
||||
depends SERIAL_CONSOLE
|
||||
depends on SERIAL_CONSOLE
|
||||
default 0x3f8
|
||||
|
||||
config SERIAL_SET_SPEED
|
||||
bool "Override the serial console baud rate"
|
||||
default n
|
||||
depends SERIAL_CONSOLE
|
||||
depends on SERIAL_CONSOLE
|
||||
|
||||
config SERIAL_BAUD_RATE
|
||||
int "Serial console baud rate (default 115200)"
|
||||
depends SERIAL_SET_SPEED
|
||||
depends on SERIAL_SET_SPEED
|
||||
default 115200
|
||||
|
||||
config VIDEO_CONSOLE
|
||||
|
Reference in New Issue
Block a user