Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Cai Huoqing and committed by
Linus Walleij
f32375d5 d8b94c9f

-1
-1
drivers/pinctrl/nomadik/Kconfig
··· 22 22 23 23 config PINCTRL_NOMADIK 24 24 bool "Nomadik pin controller driver" 25 - depends on ARCH_U8500 || ARCH_NOMADIK 26 25 depends on OF && GPIOLIB 27 26 select PINMUX 28 27 select PINCONF