1
0
Fork 0

gpio: sama5d2-piobu: Depend on OF_GPIO

This driver clearly needs OF_GPIO so depend on it.
Fixes a build error.

Cc: Andrei Stefanescu <Andrei.Stefanescu@microchip.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2018-12-22 11:04:55 +01:00
parent 72ab2f7631
commit a7c23f8d15

View file

@ -441,6 +441,7 @@ config GPIO_REG
config GPIO_SAMA5D2_PIOBU
tristate "SAMA5D2 PIOBU GPIO support"
depends on MFD_SYSCON
depends on OF_GPIO
select GPIO_SYSCON
help
Say yes here to use the PIOBU pins as GPIOs.