summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2026-02-17 18:56:15 +0300
committerThomas Zimmermann <tzimmermann@suse.de>2026-02-20 16:38:19 +0300
commit73d8aa63b22b1e49f3f025da394bbe339e7a880f (patch)
tree4eade1620132b956fba59e666482e6e654521ebf
parent0d847e16ca6c23a99a0228db6c2589d4b1898321 (diff)
downloadlinux-73d8aa63b22b1e49f3f025da394bbe339e7a880f.tar.xz
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
-rw-r--r--drivers/firmware/google/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firmware/google/Kconfig b/drivers/firmware/google/Kconfig
index 41b78f5cb735..3ab3e089328b 100644
--- a/drivers/firmware/google/Kconfig
+++ b/drivers/firmware/google/Kconfig
@@ -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"