diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-16 21:53:42 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 17:52:44 -0500 |
commit | 80ec213592f568721315287c779004f6c715c7a8 (patch) | |
tree | f5d667d0a7b415569042e7f085b5782e71b7dedc /drivers/macintosh | |
parent | 5e0b080d487d5e1f6e7b82d04d35af76bbd58ea8 (diff) |
drivers/macintosh: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index a555da64224e..696238b9f0f7 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -278,7 +278,7 @@ config PMAC_RACKMETER | |||
278 | 278 | ||
279 | config SENSORS_AMS | 279 | config SENSORS_AMS |
280 | tristate "Apple Motion Sensor driver" | 280 | tristate "Apple Motion Sensor driver" |
281 | depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL | 281 | depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) |
282 | select INPUT_POLLDEV | 282 | select INPUT_POLLDEV |
283 | help | 283 | help |
284 | Support for the motion sensor included in PowerBooks. Includes | 284 | Support for the motion sensor included in PowerBooks. Includes |