drivers/iio/dac: remove CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 23 Oct 2012 20:02:06 +0000 (13:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 19:02:11 +0000 (12:02 -0700)
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>
drivers/iio/dac/Kconfig

index f68756e6dd628f83fb60672959e1954702b7107a..f4a6f0838327daaffe032bc4b3403d4c59bc83a7 100644 (file)
@@ -132,7 +132,7 @@ config AD5686
 
 config MAX517
        tristate "Maxim MAX517/518/519 DAC driver"
-       depends on I2C && EXPERIMENTAL
+       depends on I2C
        help
          If you say yes here you get support for the Maxim chips MAX517,
          MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs).