On 21/02/2024 01:04, Lorenzo Bianconi wrote: > From: Daniel Danzberger <dd@xxxxxxxxxx> > > Enables the ARCH_AIROHA config by default. > > Signed-off-by: Daniel Danzberger <dd@xxxxxxxxxx> > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index e6cf3e5d63c3..3966dbb79bb8 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -50,6 +50,7 @@ CONFIG_ARCH_LG1K=y > CONFIG_ARCH_HISI=y > CONFIG_ARCH_KEEMBAY=y > CONFIG_ARCH_MEDIATEK=y > +CONFIG_ARCH_AIROHA=y Are you sure it is placed in correct order? Looks a bit random, not according to Kconfig ordering (savedefconfig). Best regards, Krzysztof