]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
GPIO: mvebu: Allow all plat-orion platforms.
authorAndrew Lunn <andrew@lunn.ch>
Sat, 17 Nov 2012 16:00:43 +0000 (17:00 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sat, 24 Nov 2012 02:57:31 +0000 (02:57 +0000)
Kirkwood & Dove can also use this driver, so expand the scope to
include all platform orion devices.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/gpio/Kconfig

index f11d8e3b4041b780c8c9f9ec154c3f0878025ec6..6dbc4031f825206a0ce7aa76d974b44eeb5447b3 100644 (file)
@@ -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