diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-12-01 17:41:30 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-10 23:53:48 +0100 |
commit | 652da8248ebad205fbd59fc7fed6e8d5baef4472 (patch) | |
tree | 33c5bc97b091ded8235cc3fb3e09f6c4a2e83962 | |
parent | bab7f5a4019b6ca410acdf8730b924b989049423 (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/Kconfig | 1 |
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 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, |