From: Thomas Zimmermann <tzimmermann@suse.de>
To: ardb@kernel.org, javierm@redhat.com, linux-efi@vger.kernel.org,
dri-devel@lists.freedesktop.org
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Subject: [PATCH 2/2] drm/sysfb: efidrm: Support module builds
Date: Tue, 8 Apr 2025 11:17:05 +0200 [thread overview]
Message-ID: <20250408091837.407401-3-tzimmermann@suse.de> (raw)
In-Reply-To: <20250408091837.407401-1-tzimmermann@suse.de>
Make CONFIG_DRM_EFIDRM a tristate to enable module builds.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
---
drivers/gpu/drm/sysfb/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/sysfb/Kconfig b/drivers/gpu/drm/sysfb/Kconfig
index 5ac71d5ff8edf..9c9884c7efc6c 100644
--- a/drivers/gpu/drm/sysfb/Kconfig
+++ b/drivers/gpu/drm/sysfb/Kconfig
@@ -8,8 +8,8 @@ config DRM_SYSFB_HELPER
depends on DRM
config DRM_EFIDRM
- bool "EFI framebuffer driver"
- depends on (DRM=y) && MMU && EFI && (!SYSFB_SIMPLEFB || COMPILE_TEST)
+ tristate "EFI framebuffer driver"
+ depends on DRM && MMU && EFI && (!SYSFB_SIMPLEFB || COMPILE_TEST)
select APERTURE_HELPERS
select DRM_CLIENT_SELECTION
select DRM_GEM_SHMEM_HELPER
--
2.49.0
next prev parent reply other threads:[~2025-04-08 9:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 9:17 [PATCH 0/2] drm,efi: Export efi_mem_desc_lookup for efidrm Thomas Zimmermann
2025-04-08 9:17 ` [PATCH 1/2] efi: Export symbol efi_mem_desc_lookup Thomas Zimmermann
2025-04-08 9:40 ` Ard Biesheuvel
2025-04-08 11:03 ` Thomas Zimmermann
2025-04-08 10:47 ` Javier Martinez Canillas
2025-04-08 9:17 ` Thomas Zimmermann [this message]
2025-04-08 10:48 ` [PATCH 2/2] drm/sysfb: efidrm: Support module builds Javier Martinez Canillas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250408091837.407401-3-tzimmermann@suse.de \
--to=tzimmermann@suse.de \
--cc=ardb@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=javierm@redhat.com \
--cc=linux-efi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox