Skip to content

Commit 2b197af

Browse files
gpio: adi: Selecting PINT (IRQ) as a requirement
GPIO works via PINT, which in turn makes it into a dependency on both, hardware as well as software. Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
1 parent 33fd701 commit 2b197af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ config GPIO_ADI_ADSP_PORT
151151
bool "ADI ADSP PORT GPIO driver"
152152
depends on OF_GPIO
153153
select GPIO_GENERIC
154+
select ADI_ADSP_IRQ
154155
help
155156
Say Y to enable the ADSP PORT-based GPIO driver for Analog Devices
156157
ADSP chips.

0 commit comments

Comments
 (0)