aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2016-11-20 12:48:36 -0500
committerLinus Walleij <linus.walleij@linaro.org>2016-11-24 10:18:42 -0500
commit22eaf13c7ff37a92f4192f8dd1ebff31c4920822 (patch)
tree205e0126db55b6d310adc05d5b4446f1b17f26a7 /drivers/gpio
parent752fda89f5f19531351304529e6386634ea1bf27 (diff)
gpio: em: depnd on ARCH_SHMOBILE
The GPIO_EM is part of the Renesas SoCs so depend on the arch. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> [Changed to depend on ARCH_EMEV2] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3d39ff7a5594..28ed4ccc15b4 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -171,7 +171,7 @@ config GPIO_DWAPB
171 171
172config GPIO_EM 172config GPIO_EM
173 tristate "Emma Mobile GPIO" 173 tristate "Emma Mobile GPIO"
174 depends on ARM && OF_GPIO 174 depends on (ARCH_EMEV2 || COMPILE_TEST) && OF_GPIO
175 help 175 help
176 Say yes here to support GPIO on Renesas Emma Mobile SoCs. 176 Say yes here to support GPIO on Renesas Emma Mobile SoCs.
177 177