From 80b5c496c67d5f80450bf9c59a71ffd7315def73 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Tue, 23 Jan 2024 14:02:34 -0300 Subject: apalis_imx6_defconfig: Add INA2XX, LM75 and NAU8822 configs Apalis Evaluation Board v1.2 added some new on-board chips (compared to v1.1) that are not yet enabled in the Linux kernel defconfig file: - Audio codec NAU88C22YG - Current/Voltage measurement INA219 - Temperature Sensor LM75 So add the necessary drivers as modules to support these new devices. Upstream-Status: Inappropriate [configuration] - For mainline, our defconfig is built by merging the mainline configuration called imx_v6_v7_defconfig with the one inside meta-toradex-bsp-common called toradex-imx_v6_v7_defconfig. These configurations are already enabled there. Related-to: ELB-5534 Signed-off-by: Hiago De Franco --- arch/arm/configs/apalis_imx6_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/configs/apalis_imx6_defconfig b/arch/arm/configs/apalis_imx6_defconfig index 2851bc6b1c2e..cdcfe19a489e 100644 --- a/arch/arm/configs/apalis_imx6_defconfig +++ b/arch/arm/configs/apalis_imx6_defconfig @@ -272,6 +272,8 @@ CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_SYSCON_POWEROFF=y CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_HWMON is not set +CONFIG_SENSORS_LM75=m +CONFIG_SENSORS_INA2XX=m CONFIG_SENSORS_MAG3110=y CONFIG_THERMAL=y CONFIG_THERMAL_STATISTICS=y @@ -341,6 +343,7 @@ CONFIG_SND_IMX_SOC=y CONFIG_SND_SOC_IMX_SGTL5000=y CONFIG_SND_SOC_IMX_SPDIF=y CONFIG_SND_SOC_IMX_HDMI=y +CONFIG_SND_SOC_NAU8822=m CONFIG_HIDRAW=y CONFIG_HID_MULTITOUCH=m CONFIG_USB_HIDDEV=y -- cgit v1.2.3