summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-01-23 14:02:34 -0300
committerHiago De Franco <hiago.franco@toradex.com>2024-01-25 16:35:05 -0300
commit80b5c496c67d5f80450bf9c59a71ffd7315def73 (patch)
treee7d248f811564a699981037ea510dcc0f3bd9956 /arch/arm
parentb82c846eec68ccf15937a9b90ad849a270341aa3 (diff)
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 <hiago.franco@toradex.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/apalis_imx6_defconfig3
1 files changed, 3 insertions, 0 deletions
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