On Thu, Feb 25, 2021 at 05:56:59AM -0800, Yury Norov wrote: > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index 31bd885b79eb..5596eab04092 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -108,6 +108,7 @@ config ARM64 > select GENERIC_CPU_AUTOPROBE > select GENERIC_CPU_VULNERABILITIES > select GENERIC_EARLY_IOREMAP > + select GENERIC_FIND_FIRST_BIT > select GENERIC_IDLE_POLL_SETUP > select GENERIC_IRQ_IPI > select GENERIC_IRQ_MULTI_HANDLER Acked-by: Will Deacon <will@xxxxxxxxxx> Catalin can pick this up later in the cycle. Will