Commit b824f841 authored by Théo Lebrun's avatar Théo Lebrun Committed by Linus Walleij
Browse files

gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIO

parent 6ad679cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ config GPIO_MXS
config GPIO_NOMADIK
	bool "Nomadik GPIO driver"
	depends on ARCH_U8500 || ARCH_NOMADIK || MACH_EYEQ5 || COMPILE_TEST
	select OF_GPIO
	depends on OF_GPIO
	select GPIOLIB_IRQCHIP
	help
	  Say yes here to support the Nomadik SoC GPIO block. This block is also
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ config PINCTRL_NOMADIK
	depends on OF
	select PINMUX
	select PINCONF
	select GPIOLIB
	select GPIO_NOMADIK

config PINCTRL_STN8815