Skip to content

Commit 9ccda43

Browse files
authored
Enable driver for Xilinx AMS adc sensor (#4192)
Sensor is used for chip monitoring to ensure device is operating in good condition.
1 parent c84729f commit 9ccda43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildroot-external/board/arm-uefi/generic-aarch64/kernel.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ CONFIG_I2C_CADENCE=y
7676
CONFIG_W1_MASTER_AMD_AXI=m
7777
CONFIG_W1_SLAVE_THERM=m
7878

79+
# IIO
80+
CONFIG_XILINX_AMS=m
81+
7982
# Audio drivers
8083
CONFIG_SND_HDA_INTEL=m
8184
CONFIG_SND_HDA_GENERIC=m

0 commit comments

Comments
 (0)