Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22eaf13c authored by Peter Robinson's avatar Peter Robinson Committed by Linus Walleij
Browse files

gpio: em: depnd on ARCH_SHMOBILE



The GPIO_EM is part of the Renesas SoCs so depend on the arch.

Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
[Changed to depend on ARCH_EMEV2]
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 752fda89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ config GPIO_DWAPB

config GPIO_EM
	tristate "Emma Mobile GPIO"
	depends on ARM && OF_GPIO
	depends on (ARCH_EMEV2 || COMPILE_TEST) && OF_GPIO
	help
	  Say yes here to support GPIO on Renesas Emma Mobile SoCs.