diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:18:44 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:41 -0500 |
commit | 204911fb50da45790a97c9d217f8661b616ce33e (patch) | |
tree | 1fb03eacc7c9560abf9e3b2e68e787f325fb7ae9 /drivers/pcmcia | |
parent | 7d6bce7a358e4ff553623216ee535d6b14994d6a (diff) |
drivers/pcmcia: 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: Russell King <rmk+kernel@arm.linux.org.uk>
CC: Manuel Lauss <manuel.lauss@googlemail.com>
CC: Dominik Brodowski <linux@dominikbrodowski.net>
CC: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'drivers/pcmcia')
-rw-r--r-- | drivers/pcmcia/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index 8fd255f7ee40..b90f85bf5f81 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -36,8 +36,8 @@ config PCMCIA | |||
36 | If unsure, say Y. | 36 | If unsure, say Y. |
37 | 37 | ||
38 | config PCMCIA_LOAD_CIS | 38 | config PCMCIA_LOAD_CIS |
39 | bool "Load CIS updates from userspace (EXPERIMENTAL)" | 39 | bool "Load CIS updates from userspace" |
40 | depends on PCMCIA && EXPERIMENTAL | 40 | depends on PCMCIA |
41 | select FW_LOADER | 41 | select FW_LOADER |
42 | default y | 42 | default y |
43 | help | 43 | help |