[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250501100043.325423-4-sayyad.abid16@gmail.com>
Date: Thu, 1 May 2025 15:30:41 +0530
From: Sayyad Abid <sayyad.abid16@...il.com>
To: linux-iio@...r.kernel.org
Cc: sayyad.abid16@...il.com,
jic23@...nel.org,
lars@...afoo.de,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
dlechner@...libre.com,
nuno.sa@...log.com,
javier.carrasco.cruz@...il.com,
olivier.moysan@...s.st.com,
gstols@...libre.com,
tgamblin@...libre.com,
alisadariana@...il.com,
eblanc@...libre.com,
antoniu.miclaus@...log.com,
andriy.shevchenko@...ux.intel.com,
stefan.popa@...log.com,
ramona.gradinariu@...log.com,
herve.codina@...tlin.com,
tobias.sperling@...ting.com,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [RFC PATCH 3/5] iio: adc: Makefile: add compile support for TI ADS1262 driver
This ensures the driver object file (`ti-ads1262.o`) is built and
linked into the kernel when the corresponding Kconfig option
(`CONFIG_TI_ADS1262`) is enabled.
Signed-off-by: Sayyad Abid <sayyad.abid16@...il.com>
---
drivers/iio/adc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile
index 3e918c3eec69..14192944c225 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -134,6 +134,7 @@ obj-$(CONFIG_TI_ADS1015) += ti-ads1015.o
obj-$(CONFIG_TI_ADS1100) += ti-ads1100.o
obj-$(CONFIG_TI_ADS1119) += ti-ads1119.o
obj-$(CONFIG_TI_ADS124S08) += ti-ads124s08.o
+obj-$(CONFIG_TI_ADS1262) += ti-ads1262.o
obj-$(CONFIG_TI_ADS1298) += ti-ads1298.o
obj-$(CONFIG_TI_ADS131E08) += ti-ads131e08.o
obj-$(CONFIG_TI_ADS7138) += ti-ads7138.o
--
2.39.5
Powered by blists - more mailing lists