mirror of https://gitee.com/openkylin/linux.git
pinctrl: capri: add dependency on OF
As this driver is using pinconf_generic_dt_node_to_map_pin() it needs to depend on OF so as not to cause build problems on archs that do not support OF. Cc: Sherman Yin <syin@broadcom.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
67a57be85e
commit
fe0ec0ee07
|
@ -106,6 +106,7 @@ config PINCTRL_BCM2835
|
|||
|
||||
config PINCTRL_CAPRI
|
||||
bool "Broadcom Capri pinctrl driver"
|
||||
depends on OF
|
||||
select PINMUX
|
||||
select PINCONF
|
||||
select GENERIC_PINCONF
|
||||
|
|
Loading…
Reference in New Issue