[PATCH] arm64: defconfig: Sync some configs with savedefconfig
John Garry
john.garry at huawei.com
Tue Jul 26 04:58:19 PDT 2022
On 26/07/2022 12:09, Arnd Bergmann wrote:
>> config ARCH_BCMBCA is selected by config ARCH_BCM4908 from
>> arch/arm64/Kconfig.platforms, and the latter is enabled in the defconfig,
>> so no need to explicitly enable in the defconfig.
> I double-checked this one and found that this was just added to the defconfig
> as a transitional entry, with the ARCH_BCM4908 being the one that is
> the one to go away, as described in 32d3da7d2f44 ("arm64: make
> ARCH_BCM4908 select ARCH_BCMBCA"), so I think we should leave this
> one out.
>
>> - config SECCOMP was changed to def_bool y in commit 282a181b1a0d ("
>> seccomp: Move config option SECCOMP to arch/Kconfig"), so no need to
>> explicitly enable in the defconfig.
>>
>> - config MAILBOX is already selected by some drivers enabled in the
>> defconfig, so no need to explicitly enable.
>>
>> - config QRTR was enabled in the defconfig from commit 1bdf91fd2ae82 ("
>> arm64: defconfig: Enable Qualcomm QRTR"). However until many kernel
>> versions later in commit 231a136fdf46 ("arm64: defconfig: enable ath11k
>> driver"), no driver depended on config QRTR - not for building anyway.
>> In commit 231a136fdf46, config ATH11K_PCI was enabled and this selects
>> config QRTR, so there is no need to explicitly enable in the defconfig.
> The rest is fine. If it's ok with you, I'll just apply the other three bits
> and drop the ARCH_BCMBCA part from the patch and the description.
ok, fine, thanks!
More information about the linux-arm-kernel
mailing list