mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
pinctrl: bcm63xx: Fix dependencies
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@infradead.org> Cc: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1978d88cdc
commit
26ea7ac928
@ -31,10 +31,12 @@ config PINCTRL_BCM2835
|
||||
|
||||
config PINCTRL_BCM63XX
|
||||
bool
|
||||
select GENERIC_PINCONF
|
||||
select GPIO_REGMAP
|
||||
select PINCONF
|
||||
depends on OF
|
||||
select PINMUX
|
||||
select PINCONF
|
||||
select GENERIC_PINCONF
|
||||
select GPIOLIB
|
||||
select GPIO_REGMAP
|
||||
|
||||
config PINCTRL_BCM6318
|
||||
bool "Broadcom BCM6318 GPIO driver"
|
||||
|
Loading…
Reference in New Issue
Block a user