diff options
| author | Rosen Penev <rosenp@gmail.com> | 2025-12-17 09:32:28 +0300 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2025-12-17 12:34:54 +0300 |
| commit | 3203d8f573af87d8c967d36e8d5016ef306ff078 (patch) | |
| tree | 9aedb3939e2ca9dd25aaee32b8f5357a414d7165 | |
| parent | 0eaf298143684da68a61b2633121b3deff47b267 (diff) | |
| download | linux-3203d8f573af87d8c967d36e8d5016ef306ff078.tar.xz | |
gpio: realtek-otto: add COMPILE_TEST
Allows the buildbots to test compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://lore.kernel.org/r/20251217063229.38175-3-rosenp@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
| -rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index bd185482a7fd..fb6b479700d3 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 |
