pinctrl: nomadik: Kconfig: Remove repeated config dependency
remove it because "if (ARCH_U8500 || ARCH_NOMADIK)" is already used Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> Link: https://lore.kernel.org/r/20210825082536.2547-1-caihuoqing@baidu.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
d8b94c9ff9
commit
f32375d59e
@@ -22,7 +22,6 @@ if (ARCH_U8500 || ARCH_NOMADIK)
|
|||||||
|
|
||||||
config PINCTRL_NOMADIK
|
config PINCTRL_NOMADIK
|
||||||
bool "Nomadik pin controller driver"
|
bool "Nomadik pin controller driver"
|
||||||
depends on ARCH_U8500 || ARCH_NOMADIK
|
|
||||||
depends on OF && GPIOLIB
|
depends on OF && GPIOLIB
|
||||||
select PINMUX
|
select PINMUX
|
||||||
select PINCONF
|
select PINCONF
|
||||||
|
Reference in New Issue
Block a user