Browse Source

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>
Florian Fainelli 9 years ago
parent
commit
652da8248e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/pinctrl/bcm/Kconfig

+ 1 - 0
drivers/pinctrl/bcm/Kconfig

@@ -9,6 +9,7 @@ config PINCTRL_BCM281XX
 	select PINCONF
 	select GENERIC_PINCONF
 	select REGMAP_MMIO
+	default ARCH_BCM_MOBILE
 	help
 	  Say Y here to support Broadcom BCM281xx pinctrl driver, which is used
 	  for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351,