diff options
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 688a01ad4d69..975cc95be542 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -216,6 +216,7 @@ config GPIO_BCM_XGS_IPROC config GPIO_BLZP1600 tristate "Blaize BLZP1600 GPIO support" default y if ARCH_BLAIZE + depends on ARCH_BLAIZE || COMPILE_TEST depends on OF_GPIO select GPIO_GENERIC select GPIOLIB_IRQCHIP |