RE: [PATCH v8 2/4] iio: adc: Add Xilinx AMS driver
From: Anand Ashok Dumbre <hidden>
Date: 2021-11-09 10:01:29
Also in:
linux-iio, lkml
From: Anand Ashok Dumbre <hidden>
Date: 2021-11-09 10:01:29
Also in:
linux-iio, lkml
Hi Randy, Thanks for reviewing.
On 11/8/21 1:05 PM, Anand Ashok Dumbre wrote:quoted
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig indexaf168e1c9fdb..6d711f401326 100644--- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig@@ -1278,4 +1278,19 @@ config XILINX_XADC The driver can also be build as a module. If so, the module will becalledquoted
xilinx-xadc. +config XILINX_AMS + tristate "Xilinx AMS driver" + depends on ARCH_ZYNQMP || COMPILE_TEST + depends on HAS_IOMEM + help + Say yes here to have support for the Xilinx AMS forUltrascale/Ultrascale+quoted
+ System Monitor. With this you can measure and monitor theVoltages andquoted
+ Temperature values on the SOC.That last line above should be indented with one tab + 2 spaces instead of all spaces.
Ah crap! Will fix it in the next series.
-- ~Randy
Thanks, Anand