drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDID
device is run before drivers to generate .config and the first default takes precedence so this override achieves nothing. Change-Id: Ib8d333a53a0dadcc94e47ca5460b23d49cf7eb52 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19511 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
20cb85fa98
commit
a93387b0d5
|
@ -1,11 +1,3 @@
|
|||
config DRIVERS_ASPEED_AST2050
|
||||
bool
|
||||
select DRIVERS_ASPEED_AST_COMMON
|
||||
|
||||
if DRIVERS_ASPEED_AST2050
|
||||
|
||||
config NATIVE_VGA_INIT_USE_EDID
|
||||
bool
|
||||
default n
|
||||
|
||||
endif # DRIVERS_ASPEED_AST2050
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
config DRIVERS_XGI_Z9S
|
||||
bool
|
||||
select DRIVERS_XGI_Z79_COMMON
|
||||
|
||||
if DRIVERS_XGI_Z9S
|
||||
|
||||
config NATIVE_VGA_INIT_USE_EDID
|
||||
bool
|
||||
default n
|
||||
|
||||
endif # DRIVERS_XGI_Z9S
|
||||
|
|
Loading…
Reference in New Issue