Skip to content

Commit e8bf4a1

Browse files
committed
drm/sysfb: efidrm: Support module builds
Make CONFIG_DRM_EFIDRM a tristate to enable module builds. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5ea5108 commit e8bf4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/sysfb/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ config DRM_SYSFB_HELPER
88
depends on DRM
99

1010
config DRM_EFIDRM
11-
bool "EFI framebuffer driver"
12-
depends on (DRM=y) && MMU && EFI && (!SYSFB_SIMPLEFB || COMPILE_TEST)
11+
tristate "EFI framebuffer driver"
12+
depends on DRM && MMU && EFI && (!SYSFB_SIMPLEFB || COMPILE_TEST)
1313
select APERTURE_HELPERS
1414
select DRM_CLIENT_SELECTION
1515
select DRM_GEM_SHMEM_HELPER

0 commit comments

Comments
 (0)