aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2012-05-11 11:36:54 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-14 13:15:39 -0700
commite71d42e03c60d215bde295d2b986bbc96878c7d6 (patch)
tree45256c147754138d15da7bf9856e5efeae931d66 /drivers/iio/Kconfig
parentb65d62122fa57035fae06a78e0b65622a1e1bc34 (diff)
iio: amplifiers: New driver for AD8366 Dual-Digital Variable Gain Amplifier
Changes since V1: Apply review feedback: Introduce and use IIO_CHAN_INFO_HARDWAREGAIN Introduce and use Use IIO_VAL_INT_PLUS_MICRO_DB Modify out of staging include paths. Convert to new iio core API naming. Changes since V2: more sanity checking in write_raw Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/Kconfig')
-rw-r--r--drivers/iio/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index 3ab7d48d0b0a..bb1e35c811da 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -48,4 +48,6 @@ config IIO_CONSUMERS_PER_TRIGGER
This value controls the maximum number of consumers that a
given trigger may handle. Default is 2.
+source "drivers/iio/amplifiers/Kconfig"
+
endif # IIO