diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-04-30 17:32:21 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2026-05-20 13:11:46 +0300 |
| commit | 14c22bd4b3bcc73e14c5215ded2c6d44fac89b96 (patch) | |
| tree | 7dfadf90b2b6e49d37f0e1e9f9e0aeb4f60e474c | |
| parent | 518949e986e2b5d0f39b640dd27a19b6fc8740ea (diff) | |
| download | linux-14c22bd4b3bcc73e14c5215ded2c6d44fac89b96.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 72c812e76b0b..dc995a732117 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -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 |
