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:
Родитель
1978d88cdc
Коммит
26ea7ac928
|
@ -31,10 +31,12 @@ config PINCTRL_BCM2835
|
||||||
|
|
||||||
config PINCTRL_BCM63XX
|
config PINCTRL_BCM63XX
|
||||||
bool
|
bool
|
||||||
select GENERIC_PINCONF
|
depends on OF
|
||||||
select GPIO_REGMAP
|
|
||||||
select PINCONF
|
|
||||||
select PINMUX
|
select PINMUX
|
||||||
|
select PINCONF
|
||||||
|
select GENERIC_PINCONF
|
||||||
|
select GPIOLIB
|
||||||
|
select GPIO_REGMAP
|
||||||
|
|
||||||
config PINCTRL_BCM6318
|
config PINCTRL_BCM6318
|
||||||
bool "Broadcom BCM6318 GPIO driver"
|
bool "Broadcom BCM6318 GPIO driver"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче