Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

firmware: google: framebuffer: Fix dependencies

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/ # [1]
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

+2 -2
+2 -2
drivers/firmware/google/Kconfig
··· 59 59 60 60 config GOOGLE_FRAMEBUFFER_COREBOOT 61 61 tristate "Coreboot Framebuffer" 62 - depends on FB_SIMPLE || DRM_SIMPLEDRM 63 62 depends on GOOGLE_COREBOOT_TABLE 64 63 help 65 64 This option enables the kernel to search for a framebuffer in 66 - the coreboot table. If found, it is registered with simplefb. 65 + the coreboot table. If found, it is registered with a platform 66 + device of type simple-framebuffer. 67 67 68 68 config GOOGLE_MEMCONSOLE_COREBOOT 69 69 tristate "Firmware Memory Console"