Message ID | 20221108232228.1177199-3-nfraprado@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper | expand |
On 09/11/2022 00:22, Nícolas F. R. A. Prado wrote: > Enable support for the ATH10K wireless adapter when connected through a > SDIO/MMC bus. It is used by mt8183-kukui based devices. > > By enabling this on the defconfig we make it effortless to test the > relevant hardware on CI systems like KernelCI. You duplicate this reason in every commit. I propose to skip it. Defconfig is not for KernelCI strictly. Defconfig is for developers, but KernelCI is a system which can easily customize before deployments. While it is an argument, I am not sure if it is worth keeping in these 13 commits... Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 171fbecd7372..af072b47f762 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -392,6 +392,7 @@ CONFIG_USB_NET_PLUSB=m CONFIG_USB_NET_MCS7830=m CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m +CONFIG_ATH10K_SDIO=m CONFIG_ATH10K_SNOC=m CONFIG_WCN36XX=m CONFIG_ATH11K=m
Enable support for the ATH10K wireless adapter when connected through a SDIO/MMC bus. It is used by mt8183-kukui based devices. By enabling this on the defconfig we make it effortless to test the relevant hardware on CI systems like KernelCI. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)