From fb6d25faa05c43a46da5a2f5307c35b97e08e7cb Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 21 Feb 2014 08:38:27 +0100 Subject: device: Do not show "framebuffer graphics resolution" with native init. No native init uses this. Real hardware ones use mode specified in EDID. Qemu one uses CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_[XY]RES. Change-Id: I0845fec10b9811e2be44b5be30b9dc4f1c9719a6 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/5281 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/device/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device') diff --git a/src/device/Kconfig b/src/device/Kconfig index 2d6e226fd9..4b2d4b83df 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -299,7 +299,7 @@ config FRAMEBUFFER_SET_VESA_MODE choice prompt "framebuffer graphics resolution" default FRAMEBUFFER_VESA_MODE_117 - depends on FRAMEBUFFER_SET_VESA_MODE || MAINBOARD_DO_NATIVE_VGA_INIT + depends on FRAMEBUFFER_SET_VESA_MODE help This option sets the resolution used for the coreboot framebuffer (and bootsplash screen). -- cgit v1.2.3