libpayload: Add video console framework
Add a framework for multiple video console drivers. This is to prepare for the Geode driver. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3230 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -59,13 +59,17 @@ config SERIAL_BAUD_RATE
|
||||
depends SERIAL_SET_SPEED
|
||||
default 115200
|
||||
|
||||
config VGA_CONSOLE
|
||||
bool "See output on a VGA console"
|
||||
config VIDEO_CONSOLE
|
||||
bool "See output on a video console"
|
||||
default y
|
||||
|
||||
config VGA_VIDEO_CONSOLE
|
||||
bool "VGA video console driver"
|
||||
depends on VIDEO_CONSOLE
|
||||
default y
|
||||
|
||||
config PC_KEYBOARD
|
||||
bool "Allow input from a PC keyboard"
|
||||
depends VGA_CONSOLE
|
||||
default y
|
||||
|
||||
config NVRAM
|
||||
|
Reference in New Issue
Block a user