Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6-block.git] / drivers / pinctrl / bcm / Kconfig
index 97284c3f9e8369c66d4751ed0d6922623f4b83f9..dcf7df797af75a66a15612ab5423f9aa503ea22a 100644 (file)
@@ -18,11 +18,15 @@ config PINCTRL_BCM281XX
          framework.  GPIO is provided by a separate GPIO driver.
 
 config PINCTRL_BCM2835
-       bool
+       bool "Broadcom BCM2835 GPIO (with PINCONF) driver"
+       depends on OF && (ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST)
        select PINMUX
        select PINCONF
        select GENERIC_PINCONF
        select GPIOLIB_IRQCHIP
+       default ARCH_BCM2835 || ARCH_BRCMSTB
+       help
+          Say Y here to enable the Broadcom BCM2835 GPIO driver.
 
 config PINCTRL_IPROC_GPIO
        bool "Broadcom iProc GPIO (with PINCONF) driver"