diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b4fc9e4d24c6..8949b3f6f74d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -356,7 +356,7 @@ config GPIO_PXA | |||
356 | 356 | ||
357 | config GPIO_RCAR | 357 | config GPIO_RCAR |
358 | tristate "Renesas R-Car GPIO" | 358 | tristate "Renesas R-Car GPIO" |
359 | depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST) | 359 | depends on ARCH_SHMOBILE || COMPILE_TEST |
360 | select GPIOLIB_IRQCHIP | 360 | select GPIOLIB_IRQCHIP |
361 | help | 361 | help |
362 | Say yes here to support GPIO on Renesas R-Car SoCs. | 362 | Say yes here to support GPIO on Renesas R-Car SoCs. |