aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-03-11 12:41:19 -0500
committerMatthew Garrett <mjg@redhat.com>2011-03-28 06:28:12 -0400
commit2d70b73ae5b85c9d13f5dfbb8fc4fd5edae633dc (patch)
tree63823f6eed7ca8bfa487149e71c077a724d736d9 /drivers/platform/x86/Kconfig
parent298f19b2547ba11a577a15ca329daa6f4bbf5ad8 (diff)
Platform: add Samsung Laptop platform driver
This adds the samsung-laptop driver to the kernel. It now supports all known Samsung laptops that use the SABI interface. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 0253157085d3..2ee442c2a5db 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -739,4 +739,17 @@ config XO15_EBOOK
739 This switch is triggered as the screen is rotated and folded down to 739 This switch is triggered as the screen is rotated and folded down to
740 convert the device into ebook form. 740 convert the device into ebook form.
741 741
742config SAMSUNG_LAPTOP
743 tristate "Samsung Laptop driver"
744 depends on RFKILL && BACKLIGHT_CLASS_DEVICE && X86
745 ---help---
746 This module implements a driver for a wide range of different
747 Samsung laptops. It offers control over the different
748 function keys, wireless LED, LCD backlight level, and
749 sometimes provides a "performance_control" sysfs file to allow
750 the performance level of the laptop to be changed.
751
752 To compile this driver as a module, choose M here: the module
753 will be called samsung-laptop.
754
742endif # X86_PLATFORM_DEVICES 755endif # X86_PLATFORM_DEVICES