mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
arm64: Kconfig: drop unneeded dependency on OF_GPIO for ARCH_MVEBU
OF_GPIO is selected automatically on all OF systems. Any symbols it controls also provide stubs so there's really no reason to select it explicitly. ARCH_MVEBU already selects GPIOLIB, drop the redundant OF_GPIO dependency. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
518949e986
commit
14c22bd4b3
|
|
@ -243,7 +243,6 @@ config ARCH_MVEBU
|
|||
select MVEBU_ODMI
|
||||
select MVEBU_PIC
|
||||
select MVEBU_SEI
|
||||
select OF_GPIO
|
||||
select PINCTRL
|
||||
select PINCTRL_ARMADA_37XX
|
||||
select PINCTRL_ARMADA_AP806
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user