diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-07-24 19:13:20 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-07-27 09:33:12 +0200 |
commit | 55b473538247550305abe0ae931d31249c6b1a47 (patch) | |
tree | f27455a768f44dda83be5be37602a7bfd82aceaa /drivers/gpio/Kconfig | |
parent | a13f5e77a510af20800829190a282dfe78c83787 (diff) | |
download | lwn-55b473538247550305abe0ae931d31249c6b1a47.tar.gz lwn-55b473538247550305abe0ae931d31249c6b1a47.zip |
gpio: ge: Enable COMPILE_TEST for the driver
Driver is so simple, yet there was a room for mistakes.
Reduce their appearance in the future by enabling COMPILE_TEST
option.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-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 398d9ef7e680..8b41893bc5cd 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -283,7 +283,7 @@ config GPIO_EXAR config GPIO_GE_FPGA bool "GE FPGA based GPIO" - depends on GE_FPGA + depends on GE_FPGA || COMPILE_TEST select GPIO_GENERIC help Support for common GPIO functionality provided on some GE Single Board |