]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/iio/addac/Kconfig
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / staging / iio / addac / Kconfig
diff --git a/drivers/staging/iio/addac/Kconfig b/drivers/staging/iio/addac/Kconfig
new file mode 100644 (file)
index 0000000..9847baf
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# ADDAC drivers
+#
+comment "Analog digital bi-direction convertors"
+
+config ADT7316
+       tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
+       help
+         Say yes here to build support for Analog Devices ADT7316, ADT7317, ADT7318
+         and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
+
+config ADT7316_SPI
+       tristate "support SPI bus connection"
+       depends on SPI && ADT7316
+       default y
+       help
+         Say yes here to build SPI bus support for Analog Devices ADT7316/7/8
+         and ADT7516/7/9.
+
+config ADT7316_I2C
+       tristate "support I2C bus connection"
+       depends on I2C && ADT7316
+       help
+         Say yes here to build I2C bus support for Analog Devices ADT7316/7/8
+         and ADT7516/7/9.