libpayload: Add a Geode video driver
Add a Geode video driver in lieu of VGA on Geode LX devices 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@3233 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -68,6 +68,11 @@ config VGA_VIDEO_CONSOLE
|
||||
depends on VIDEO_CONSOLE
|
||||
default y
|
||||
|
||||
config GEODE_VIDEO_CONSOLE
|
||||
bool "Geode video console driver"
|
||||
depends on VIDEO_CONSOLE
|
||||
default n
|
||||
|
||||
config PC_KEYBOARD
|
||||
bool "Allow input from a PC keyboard"
|
||||
default y
|
||||
|
Reference in New Issue
Block a user