]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/iio/meter/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 / meter / Kconfig
diff --git a/drivers/staging/iio/meter/Kconfig b/drivers/staging/iio/meter/Kconfig
new file mode 100644 (file)
index 0000000..12e36e4
--- /dev/null
@@ -0,0 +1,61 @@
+#
+# IIO meter drivers configuration
+#
+comment "Active energy metering IC"
+
+config ADE7753
+       tristate "Analog Devices ADE7753/6 Single-Phase Multifunction Metering IC Driver"
+       depends on SPI
+       help
+         Say yes here to build support for Analog Devices ADE7753 Single-Phase Multifunction
+         Metering IC with di/dt Sensor Interface.
+
+config ADE7754
+       tristate "Analog Devices ADE7754 Polyphase Multifunction Energy Metering IC Driver"
+       depends on SPI
+       help
+         Say yes here to build support for Analog Devices ADE7754 Polyphase
+         Multifunction Energy Metering IC Driver.
+
+config ADE7758
+       tristate "Analog Devices ADE7758 Poly Phase Multifunction Energy Metering IC Driver"
+       depends on SPI
+       select IIO_TRIGGER if IIO_RING_BUFFER
+       select IIO_SW_RING if IIO_RING_BUFFER
+       help
+         Say yes here to build support for Analog Devices ADE7758 Polyphase
+         Multifunction Energy Metering IC with Per Phase Information Driver.
+
+config ADE7759
+       tristate "Analog Devices ADE7759 Active Energy Metering IC Driver"
+       depends on SPI
+       help
+         Say yes here to build support for Analog Devices ADE7758 Active Energy
+         Metering IC with di/dt Sensor Interface.
+
+config ADE7854
+       tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver"
+       depends on SPI || I2C
+       help
+         Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase
+         Multifunction Energy Metering IC Driver.
+
+config ADE7854_I2C
+       tristate "support I2C bus connection"
+       depends on ADE7854 && I2C
+       default y
+       help
+         Say Y here if you have ADE7854/58/68/78 hooked to an I2C bus.
+
+         To compile this driver as a module, choose M here: the
+         module will be called ade7854-i2c.
+
+config ADE7854_SPI
+       tristate "support SPI bus connection"
+       depends on ADE7854 && SPI
+       default y
+       help
+         Say Y here if you have ADE7854/58/68/78 hooked to a SPI bus.
+
+         To compile this driver as a module, choose M here: the
+         module will be called ade7854-spi.