diff options
author | Corentin Chary <corentincj@iksaif.net> | 2011-11-26 05:00:07 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-03-20 12:02:10 -0400 |
commit | 1c02f2d40acbbffb96ce824de0e292b26e678bef (patch) | |
tree | 5bcb1878484ce74fe9088b55bb830fd7d908a6d5 /drivers/platform | |
parent | 3a75d378703495a90d6b2b49a3f5332c953879e2 (diff) |
samsung-laptop: cleanup KConfig
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 15dbd8cc445f..1906fc4762de 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -768,13 +768,16 @@ config XO15_EBOOK | |||
768 | 768 | ||
769 | config SAMSUNG_LAPTOP | 769 | config SAMSUNG_LAPTOP |
770 | tristate "Samsung Laptop driver" | 770 | tristate "Samsung Laptop driver" |
771 | depends on RFKILL && BACKLIGHT_CLASS_DEVICE && X86 | 771 | depends on X86 |
772 | depends on RFKILL || RFKILL = n | ||
773 | depends on BACKLIGHT_CLASS_DEVICE | ||
772 | ---help--- | 774 | ---help--- |
773 | This module implements a driver for a wide range of different | 775 | This module implements a driver for a wide range of different |
774 | Samsung laptops. It offers control over the different | 776 | Samsung laptops. It offers control over the different |
775 | function keys, wireless LED, LCD backlight level, and | 777 | function keys, wireless LED, LCD backlight level. |
776 | sometimes provides a "performance_control" sysfs file to allow | 778 | |
777 | the performance level of the laptop to be changed. | 779 | It may also provide some sysfs files described in |
780 | <file:Documentation/ABI/testing/sysfs-platform-samsung-laptop> | ||
778 | 781 | ||
779 | To compile this driver as a module, choose M here: the module | 782 | To compile this driver as a module, choose M here: the module |
780 | will be called samsung-laptop. | 783 | will be called samsung-laptop. |