From: Rosen Penev Date: Wed, 17 Dec 2025 06:32:28 +0000 (-0800) Subject: gpio: realtek-otto: add COMPILE_TEST X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3203d8f573af87d8c967d36e8d5016ef306ff078;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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