aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-01-16 21:53:37 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-21 17:52:43 -0500
commit417e86ce5ea8b87f864909f54f38a0b78aeb15b7 (patch)
tree1a66eb7ae0a2fdb5476382342d58c03f350f9688 /drivers/i2c/Kconfig
parente11847b18402ded98e06fb7e9520603a3626bfb7 (diff)
drivers/i2c: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL 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 from any "depends on" lines in Kconfigs. CC: Ralf Baechle <ralf@linux-mips.org> CC: Manuel Lauss <manuel.lauss@googlemail.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/i2c/Kconfig')
-rw-r--r--drivers/i2c/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 2f8c76becc6b..46cde098c11c 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -89,7 +89,7 @@ source drivers/i2c/busses/Kconfig
89 89
90config I2C_STUB 90config I2C_STUB
91 tristate "I2C/SMBus Test Stub" 91 tristate "I2C/SMBus Test Stub"
92 depends on EXPERIMENTAL && m 92 depends on m
93 default 'n' 93 default 'n'
94 help 94 help
95 This module may be useful to developers of SMBus client drivers, 95 This module may be useful to developers of SMBus client drivers,