From: Andrew Lunn Date: Sat, 17 Nov 2012 16:00:43 +0000 (+0100) Subject: GPIO: mvebu: Allow all plat-orion platforms. X-Git-Tag: v3.8-rc1~138^2~2^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49e928d6cfd4a27f2b2e0ea6cdcb9e853360a9a1;p=platform%2Fkernel%2Flinux-stable.git GPIO: mvebu: Allow all plat-orion platforms. Kirkwood & Dove can also use this driver, so expand the scope to include all platform orion devices. Signed-off-by: Andrew Lunn Signed-off-by: Jason Cooper --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index f11d8e3..6dbc403 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -152,7 +152,7 @@ config GPIO_MSM_V2 config GPIO_MVEBU def_bool y - depends on ARCH_MVEBU + depends on PLAT_ORION select GPIO_GENERIC select GENERIC_IRQ_CHIP