Add depends on OF so we don't get weird build errors on randconfig. Also order selects the same as the other drivers for pure aestetic reasons. Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Álvaro Fernández Rojas <noltari@xxxxxxxxx> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> --- drivers/pinctrl/bcm/Kconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/pinctrl/bcm/Kconfig b/drivers/pinctrl/bcm/Kconfig index 33660e8fec05..17615674ac1a 100644 --- a/drivers/pinctrl/bcm/Kconfig +++ b/drivers/pinctrl/bcm/Kconfig @@ -31,10 +31,12 @@ config PINCTRL_BCM2835 config PINCTRL_BCM63XX bool + depends on OF + select PINMUX + select PINCONF select GENERIC_PINCONF + select GPIOLIB select GPIO_REGMAP - select PINCONF - select PINMUX config PINCTRL_BCM6318 bool "Broadcom BCM6318 GPIO driver" -- 2.29.2