From: Linus Walleij Date: Sat, 22 Dec 2018 10:04:55 +0000 (+0100) Subject: gpio: sama5d2-piobu: Depend on OF_GPIO X-Git-Tag: v5.4-rc1~1931^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7c23f8d154f7919c5fcfceea6e0897be2d5ab71;p=platform%2Fkernel%2Flinux-rpi.git gpio: sama5d2-piobu: Depend on OF_GPIO This driver clearly needs OF_GPIO so depend on it. Fixes a build error. Cc: Andrei Stefanescu Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 7b3e4e1..b5a2845 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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.