pinctrl: Always recurse into bcm folder
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 8 Jun 2016 21:44:15 +0000 (14:44 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Jun 2016 07:25:31 +0000 (09:25 +0200)
commitf886031f65872bb5290a99a8001a68697e2b9faf
treef6182392e4fd7c39073cb6da5f4c127a46529603
parent27cdb5d0fd35b3c48927385402d83c936037a2bf
pinctrl: Always recurse into bcm folder

drivers/pinctrl/bcm/Makefile properly builds individual drivers based on
their respective Kconfig symbols. ARCH_BCM is currently a menuconfig
option from arch/arm/mach-bcm/Kconfig, which is fine, but prevents ARM64
platforms which do not have such menuconfig option from building their
pinctrl drivers, so let's get rid of that dependency.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Acked-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Makefile