aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-23 16:02:06 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-25 15:02:11 -0400
commit369130ab9233207d7036ee4578d92a867b150c9c (patch)
treea28d07184d455048bf33d3a410b88fe06b1cbee2 /drivers
parent01c071439730013cc110dd321852b44432cf496c (diff)
drivers/iio/dac: remove CONFIG_EXPERIMENTAL
This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: Jonathan Cameron <jic23@cam.ac.uk> CC: Lars-Peter Clausen <lars@metafoo.de> CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> CC: Michael Hennerich <michael.hennerich@analog.com> CC: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/iio/dac/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index f68756e6dd62..f4a6f0838327 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -132,7 +132,7 @@ config AD5686
132 132
133config MAX517 133config MAX517
134 tristate "Maxim MAX517/518/519 DAC driver" 134 tristate "Maxim MAX517/518/519 DAC driver"
135 depends on I2C && EXPERIMENTAL 135 depends on I2C
136 help 136 help
137 If you say yes here you get support for the Maxim chips MAX517, 137 If you say yes here you get support for the Maxim chips MAX517,
138 MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs). 138 MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs).