diff options
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index dc00b751ba..532980b78e 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -25,6 +25,12 @@ config MAINBOARD_HAS_NATIVE_VGA_INIT bool default n +# FIXME Ugly hack to allow Z9s driver native framebuffer configuration +config NATIVE_VGA_INIT_USE_EDID + bool + default n if DRIVERS_XGI_Z9S + default y if !DRIVERS_XGI_Z9S + config MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG bool default n |