[PATCH 13/13] arm64: defconfig: Enable MEDIATEK_MT6577_AUXADC

Nícolas F. R. A. Prado nfraprado at collabora.com
Tue Nov 8 15:22:28 PST 2022


Enable support for the Auxiliary Analog/Digital Converter (AUXADC) found
in some MediaTek SoCs. This allows reading temperature measures from the
SoC.

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 at collabora.com>
---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index caa95c908430..14ce97d78662 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1206,6 +1206,7 @@ CONFIG_RENESAS_RPCIF=m
 CONFIG_IIO=y
 CONFIG_EXYNOS_ADC=y
 CONFIG_MAX9611=m
+CONFIG_MEDIATEK_MT6577_AUXADC=m
 CONFIG_QCOM_SPMI_VADC=m
 CONFIG_QCOM_SPMI_ADC5=m
 CONFIG_ROCKCHIP_SARADC=m
-- 
2.38.1




More information about the linux-arm-kernel mailing list