* [PATCH] fbdev: vesafb: Allow to be built if COMPILE_TEST is enabled
@ 2022-05-05 12:04 Javier Martinez Canillas
2022-05-13 12:29 ` Javier Martinez Canillas
0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez Canillas @ 2022-05-05 12:04 UTC (permalink / raw)
To: linux-kernel
Cc: Javier Martinez Canillas, Helge Deller, dri-devel, linux-fbdev
The driver has runtime but no build time dependency with X86, so it can
be built for testing purposes if the COMPILE_TEST option is enabled.
This is useful to have more build coverage and make sure that the driver
is not affected by changes that could cause build regressions.
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
---
drivers/video/fbdev/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index f2a6b81e45c4..bd849013f16f 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -616,7 +616,7 @@ config FB_UVESA
config FB_VESA
bool "VESA VGA graphics support"
- depends on (FB = y) && X86
+ depends on (FB = y) && (X86 || COMPILE_TEST)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fbdev: vesafb: Allow to be built if COMPILE_TEST is enabled
2022-05-05 12:04 [PATCH] fbdev: vesafb: Allow to be built if COMPILE_TEST is enabled Javier Martinez Canillas
@ 2022-05-13 12:29 ` Javier Martinez Canillas
0 siblings, 0 replies; 2+ messages in thread
From: Javier Martinez Canillas @ 2022-05-13 12:29 UTC (permalink / raw)
To: linux-kernel; +Cc: Helge Deller, dri-devel, linux-fbdev
On 5/5/22 14:04, Javier Martinez Canillas wrote:
> The driver has runtime but no build time dependency with X86, so it can
> be built for testing purposes if the COMPILE_TEST option is enabled.
>
> This is useful to have more build coverage and make sure that the driver
> is not affected by changes that could cause build regressions.
>
> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
> ---
Pushed this to drm-misc (drm-misc-next) with Thomas a-b tag provided over IRC.
--
Best regards,
Javier Martinez Canillas
Linux Engineering
Red Hat
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-13 12:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-05 12:04 [PATCH] fbdev: vesafb: Allow to be built if COMPILE_TEST is enabled Javier Martinez Canillas
2022-05-13 12:29 ` Javier Martinez Canillas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).