Just a nit. The commit subject "arm:" should be capitalized to "ARM:" because it is a convention for changes under arch/arm/. Maybe, the maintainer can cater to it? On Sun, Feb 4, 2024 at 9:57 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: > > Commit 980a637d11fe ("ARM: omap1: fix !ARCH_OMAP1_ANY link failures") > added one more 'select ARCH_OMAP'. > > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> > --- > > arch/arm/mach-omap1/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > 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 > -- > 2.40.1 > -- Best Regards Masahiro Yamada