]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: google: framebuffer: Fix dependencies
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 17 Feb 2026 15:56:15 +0000 (16:56 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 20 Feb 2026 13:38:19 +0000 (14:38 +0100)
The framebuffer on the coreboot bus represents an entry in the
coreboot payload table; not the actual device. [1] Hence it must
not depend on any other driver setting.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/dri-devel/CAODwPW9_ym3E4za3yoUAs0+1sQfaKTDOau4Oh9Zm8+2uvYVgFQ@mail.gmail.com/
Acked-by: Tzung-Bi Shih <tzungbi@kernel.org>
Acked-by: Julius Werner <jwerner@chromium.org>
Link: https://patch.msgid.link/20260217155836.96267-6-tzimmermann@suse.de
drivers/firmware/google/Kconfig

index 41b78f5cb7351e512cbaeb6443634a4b97bf6255..3ab3e089328ba28fa4c974db5182dba6af47bd61 100644 (file)
@@ -59,11 +59,11 @@ config GOOGLE_MEMCONSOLE_X86_LEGACY
 
 config GOOGLE_FRAMEBUFFER_COREBOOT
        tristate "Coreboot Framebuffer"
-       depends on FB_SIMPLE || DRM_SIMPLEDRM
        depends on GOOGLE_COREBOOT_TABLE
        help
          This option enables the kernel to search for a framebuffer in
-         the coreboot table.  If found, it is registered with simplefb.
+         the coreboot table.  If found, it is registered with a platform
+         device of type simple-framebuffer.
 
 config GOOGLE_MEMCONSOLE_COREBOOT
        tristate "Firmware Memory Console"