aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-05-23 07:42:14 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-05-27 09:44:10 -0400
commit821e85f2a8433614b84cea194ac4f1302ef47ec9 (patch)
tree3df4dfdc7df3ae52419b12ceeddd372054e7a63d /drivers/gpio/Kconfig
parent349b6c5355964d306d7d957c3af6179f3d6391ed (diff)
gpio: Add run-time dependencies to R-Car driver
The Renesas R-Car GPIO driver is only useful on shmobile unless build testing. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Magnus Damm <damm@opensource.se> Cc: Alexandre Courbot <gnurou@gmail.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3c603e8c2173..8f0799d876c5 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -268,7 +268,7 @@ config GPIO_PXA
268 268
269config GPIO_RCAR 269config GPIO_RCAR
270 tristate "Renesas R-Car GPIO" 270 tristate "Renesas R-Car GPIO"
271 depends on ARM 271 depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST)
272 help 272 help
273 Say yes here to support GPIO on Renesas R-Car SoCs. 273 Say yes here to support GPIO on Renesas R-Car SoCs.
274 274