X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fvideo%2FKconfig;h=4c4d2861fe78d1e80cd851bdc653152915ab7c30;hb=b4f901042807e59061a862adc265d8f899b2243f;hp=e6b7f11dc9d33401a3fefdfd49a59b0e4066d2b6;hpb=ebdd65258bad89b2da6cce4265c858ee0d5a9440;p=u-boot diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e6b7f11dc9..4c4d2861fe 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -174,7 +174,7 @@ config FRAMEBUFFER_SET_VESA_MODE choice prompt "framebuffer graphics resolution" - default FRAMEBUFFER_VESA_MODE_117 + default FRAMEBUFFER_VESA_MODE_118 depends on FRAMEBUFFER_SET_VESA_MODE help This option sets the resolution used for the U-Boot framebuffer (and @@ -650,4 +650,12 @@ config VIDEO_SIMPLE before u-boot starts, and u-boot will simply render to the pre- allocated frame buffer surface. +config VIDEO_DT_SIMPLEFB + bool "Enable SimpleFB support for passing framebuffer to OS" + help + Enables the code to pass the framebuffer to the kernel as a + simple framebuffer in the device tree. + The video output is initialized by U-Boot, and kept by the + kernel. + endmenu