mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
pinctrl: mediatek: moore: Fix build error
[ Upstream commit87950929e2] If EINT_MTK is m and PINCTRL_MTK_V2 is y, build fails: drivers/pinctrl/mediatek/pinctrl-moore.o: In function `mtk_gpio_set_config': pinctrl-moore.c:(.text+0xa6c): undefined reference to `mtk_eint_set_debounce' drivers/pinctrl/mediatek/pinctrl-moore.o: In function `mtk_gpio_to_irq': pinctrl-moore.c:(.text+0xacc): undefined reference to `mtk_eint_find_irq' Select EINT_MTK for PINCTRL_MTK_V2 to fix this. Fixes:8174a8512e("pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadable module") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20220409105958.37412-1-yuehaibing@huawei.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
123b7e0388
commit
94ca69b702
|
|
@ -30,6 +30,7 @@ config PINCTRL_MTK_MOORE
|
||||||
select GENERIC_PINMUX_FUNCTIONS
|
select GENERIC_PINMUX_FUNCTIONS
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
select OF_GPIO
|
select OF_GPIO
|
||||||
|
select EINT_MTK
|
||||||
select PINCTRL_MTK_V2
|
select PINCTRL_MTK_V2
|
||||||
|
|
||||||
config PINCTRL_MTK_PARIS
|
config PINCTRL_MTK_PARIS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user