aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2015-12-01 20:41:30 -0500
committerLinus Walleij <linus.walleij@linaro.org>2015-12-10 17:53:48 -0500
commit652da8248ebad205fbd59fc7fed6e8d5baef4472 (patch)
tree33c5bc97b091ded8235cc3fb3e09f6c4a2e83962
parentbab7f5a4019b6ca410acdf8730b924b989049423 (diff)
pinctrl: bcm: Default PINCTRL_BCM281XX to y for ARCH_BCM_MOBILE
This driver is mandatory for proper operation on the platforms covered by the ARCH_BCM_MOBILE Kconfig symbol, make sure we do that driver on for these platforms. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Ray Jui <rjui@broadcom.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/pinctrl/bcm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/bcm/Kconfig b/drivers/pinctrl/bcm/Kconfig
index a99ca6a31a88..2cc74384cafa 100644
--- a/drivers/pinctrl/bcm/Kconfig
+++ b/drivers/pinctrl/bcm/Kconfig
@@ -9,6 +9,7 @@ config PINCTRL_BCM281XX
9 select PINCONF 9 select PINCONF
10 select GENERIC_PINCONF 10 select GENERIC_PINCONF
11 select REGMAP_MMIO 11 select REGMAP_MMIO
12 default ARCH_BCM_MOBILE
12 help 13 help
13 Say Y here to support Broadcom BCM281xx pinctrl driver, which is used 14 Say Y here to support Broadcom BCM281xx pinctrl driver, which is used
14 for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351, 15 for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351,