diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-02-04 21:57:16 +0900 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2024-02-28 09:27:20 +0200 |
commit | bd69d2c7312a210129b3c840dd5a7c970a64e0c8 (patch) | |
tree | 41b674134d51f674c3a66515e8aebf981872a83b | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
ARM: omap1: remove duplicated 'select ARCH_OMAP'
Commit 980a637d11fe ("ARM: omap1: fix !ARCH_OMAP1_ANY link failures")
added one more 'select ARCH_OMAP'.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Message-ID: <20240204125716.56756-1-masahiroy@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index cbf703f0d850..a643b71e30a3 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -4,7 +4,6 @@ menuconfig ARCH_OMAP1 depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 depends on CPU_LITTLE_ENDIAN depends on ATAGS - select ARCH_OMAP select ARCH_HAS_HOLES_MEMORYMODEL select ARCH_OMAP select CLKSRC_MMIO |