[13/13] arm64: defconfig: Enable MEDIATEK_MT6577_AUXADC

Message ID 20221108232228.1177199-14-nfraprado@collabora.com
State New
Headers
Series arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper |

Commit Message

NĂ­colas F. R. A. Prado Nov. 8, 2022, 11:22 p.m. UTC
  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@collabora.com>
---

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

Patch

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