diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-16 21:53:49 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 17:52:44 -0500 |
commit | fe7e913c717be913276469e13e25d9be2b1b3847 (patch) | |
tree | b1926348bac5e108c972b413e2066ddb59b5d754 /drivers/platform/x86/Kconfig | |
parent | cc14e209c9cb5f2a82424d7aac1f0c763c8e8e7b (diff) |
drivers/platform/x86: 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: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index c86bae828c28..7ab0b2fba503 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -80,10 +80,9 @@ config ASUS_LAPTOP | |||
80 | If you have an ACPI-compatible ASUS laptop, say Y or M here. | 80 | If you have an ACPI-compatible ASUS laptop, say Y or M here. |
81 | 81 | ||
82 | config DELL_LAPTOP | 82 | config DELL_LAPTOP |
83 | tristate "Dell Laptop Extras (EXPERIMENTAL)" | 83 | tristate "Dell Laptop Extras" |
84 | depends on X86 | 84 | depends on X86 |
85 | depends on DCDBAS | 85 | depends on DCDBAS |
86 | depends on EXPERIMENTAL | ||
87 | depends on BACKLIGHT_CLASS_DEVICE | 86 | depends on BACKLIGHT_CLASS_DEVICE |
88 | depends on RFKILL || RFKILL = n | 87 | depends on RFKILL || RFKILL = n |
89 | depends on SERIO_I8042 | 88 | depends on SERIO_I8042 |
@@ -171,9 +170,8 @@ config AMILO_RFKILL | |||
171 | laptops. | 170 | laptops. |
172 | 171 | ||
173 | config TC1100_WMI | 172 | config TC1100_WMI |
174 | tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)" | 173 | tristate "HP Compaq TC1100 Tablet WMI Extras" |
175 | depends on !X86_64 | 174 | depends on !X86_64 |
176 | depends on EXPERIMENTAL | ||
177 | depends on ACPI | 175 | depends on ACPI |
178 | depends on ACPI_WMI | 176 | depends on ACPI_WMI |
179 | ---help--- | 177 | ---help--- |