]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: nuvoton: wpcm450: Fix build error without OF
authorZheng Bin <zhengbin13@huawei.com>
Fri, 25 Mar 2022 07:44:50 +0000 (15:44 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Mar 2022 20:14:58 +0000 (21:14 +0100)
commit8c331679b8d7b54590c033985163d4a77d961163
tree3dd0360e6b13b5225e3f4bc9b903933d8efdf5cc
parent409dc80e58cf0a7880ccdafe046dd2e0971e8f85
pinctrl: nuvoton: wpcm450: Fix build error without OF

If OF is not set, bulding fails:

drivers/pinctrl/nuvoton/pinctrl-wpcm450.o: In function `wpcm450_dt_node_to_map':
pinctrl-wpcm450.c:(.text+0x404): undefined reference to `pinconf_generic_dt_node_to_map'

Make PINCTRL_WPCM450 depends on OF to fix this.

Fixes: 2b5e3a1eaf42 ("pinctrl: nuvoton: Add driver for WPCM450")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Link: https://lore.kernel.org/r/20220325074450.3228840-1-zhengbin13@huawei.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/nuvoton/Kconfig