Kconfig (1c02f2d40acbbffb96ce824de0e292b26e678bef) | Kconfig (f674ebf1be4a19454549602ec8e6e7294bf9d60d) |
---|---|
1# 2# X86 Platform Specific Drivers 3# 4 5menuconfig X86_PLATFORM_DEVICES 6 bool "X86 Platform Specific Device Drivers" 7 default y 8 depends on X86 --- 757 unchanged lines hidden (view full) --- 766 This switch is triggered as the screen is rotated and folded down to 767 convert the device into ebook form. 768 769config SAMSUNG_LAPTOP 770 tristate "Samsung Laptop driver" 771 depends on X86 772 depends on RFKILL || RFKILL = n 773 depends on BACKLIGHT_CLASS_DEVICE | 1# 2# X86 Platform Specific Drivers 3# 4 5menuconfig X86_PLATFORM_DEVICES 6 bool "X86 Platform Specific Device Drivers" 7 default y 8 depends on X86 --- 757 unchanged lines hidden (view full) --- 766 This switch is triggered as the screen is rotated and folded down to 767 convert the device into ebook form. 768 769config SAMSUNG_LAPTOP 770 tristate "Samsung Laptop driver" 771 depends on X86 772 depends on RFKILL || RFKILL = n 773 depends on BACKLIGHT_CLASS_DEVICE |
774 select LEDS_CLASS 775 select NEW_LEDS |
|
774 ---help--- 775 This module implements a driver for a wide range of different 776 Samsung laptops. It offers control over the different 777 function keys, wireless LED, LCD backlight level. 778 779 It may also provide some sysfs files described in 780 <file:Documentation/ABI/testing/sysfs-platform-samsung-laptop> 781 --- 28 unchanged lines hidden --- | 776 ---help--- 777 This module implements a driver for a wide range of different 778 Samsung laptops. It offers control over the different 779 function keys, wireless LED, LCD backlight level. 780 781 It may also provide some sysfs files described in 782 <file:Documentation/ABI/testing/sysfs-platform-samsung-laptop> 783 --- 28 unchanged lines hidden --- |