From 3203d8f573af87d8c967d36e8d5016ef306ff078 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 16 Dec 2025 22:32:28 -0800 Subject: [PATCH] gpio: realtek-otto: add COMPILE_TEST Allows the buildbots to test compilation. Signed-off-by: Rosen Penev Link: https://lore.kernel.org/r/20251217063229.38175-3-rosenp@gmail.com Signed-off-by: Bartosz Golaszewski --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index bd185482a7fdf..fb6b479700d32 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -600,7 +600,7 @@ config GPIO_RDA config GPIO_REALTEK_OTTO tristate "Realtek Otto GPIO support" - depends on MACH_REALTEK_RTL + depends on MACH_REALTEK_RTL || COMPILE_TEST default MACH_REALTEK_RTL select GPIO_GENERIC select GPIOLIB_IRQCHIP -- 2.47.3