summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Makefile
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2023-08-25 12:00:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-09-04 12:50:38 +0200
commit30f9e799f07daab001fb8aa437d3d2f2ccb6b47c (patch)
tree649a9e60407ba5381d5619111b3e3166fd767932 /drivers/aiodev/Makefile
parent1f0265c7056cad2fa5a21326b63ab4613b70c3bd (diff)
downloadbarebox-30f9e799f07daab001fb8aa437d3d2f2ccb6b47c.tar.gz
barebox-30f9e799f07daab001fb8aa437d3d2f2ccb6b47c.tar.xz
aiodev: port Linux vf610-adc driver
This driver works with the ADC on i.MX6SLX, i.MX6UL and i.MX6ULL. Port the Linux v6.4 driver of the peripheral to make them usable in barebox. Signed-off-by: Christian Eggers <ceggers@arri.de> Link: https://lore.barebox.org/20230825100031.11647-1-ceggers@arri.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/aiodev/Makefile')
-rw-r--r--drivers/aiodev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/aiodev/Makefile b/drivers/aiodev/Makefile
index 9cb11605ed..ce95d5be2f 100644
--- a/drivers/aiodev/Makefile
+++ b/drivers/aiodev/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_AM335X_ADC) += am335x_adc.o
obj-$(CONFIG_STM32_ADC) += stm32-adc.o stm32-adc-core.o
obj-$(CONFIG_ROCKCHIP_SARADC) += rockchip_saradc.o
obj-$(CONFIG_IMX7D_ADC) += imx7d_adc.o
+obj-$(CONFIG_VF610_ADC) += vf610_adc.o