Kconfig (eec3b959f57508b250831ed10efa07f8209e9d1b) | Kconfig (b02fdfcc40d74e64d3ea2a2120c96979e1b33128) |
---|---|
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 --- 708 unchanged lines hidden (view full) --- 717 If the proper BIOS support is found the driver will load and create 718 /sys/devices/system/ibm_rtl/. The "state" variable will indicate 719 whether or not the BIOS is in PRTM. 720 state = 0 (BIOS SMIs on) 721 state = 1 (BIOS SMIs off) 722 723config XO1_RFKILL 724 tristate "OLPC XO-1 software RF kill switch" | 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 --- 708 unchanged lines hidden (view full) --- 717 If the proper BIOS support is found the driver will load and create 718 /sys/devices/system/ibm_rtl/. The "state" variable will indicate 719 whether or not the BIOS is in PRTM. 720 state = 0 (BIOS SMIs on) 721 state = 1 (BIOS SMIs off) 722 723config XO1_RFKILL 724 tristate "OLPC XO-1 software RF kill switch" |
725 depends on OLPC | 725 depends on OLPC || COMPILE_TEST |
726 depends on RFKILL 727 ---help--- 728 Support for enabling/disabling the WLAN interface on the OLPC XO-1 729 laptop. 730 731config XO15_EBOOK 732 tristate "OLPC XO-1.5 ebook switch" | 726 depends on RFKILL 727 ---help--- 728 Support for enabling/disabling the WLAN interface on the OLPC XO-1 729 laptop. 730 731config XO15_EBOOK 732 tristate "OLPC XO-1.5 ebook switch" |
733 depends on OLPC || COMPILE_TEST |
|
733 depends on ACPI && INPUT 734 ---help--- 735 Support for the ebook switch on the OLPC XO-1.5 laptop. 736 737 This switch is triggered as the screen is rotated and folded down to 738 convert the device into ebook form. 739 740config SAMSUNG_LAPTOP --- 90 unchanged lines hidden --- | 734 depends on ACPI && INPUT 735 ---help--- 736 Support for the ebook switch on the OLPC XO-1.5 laptop. 737 738 This switch is triggered as the screen is rotated and folded down to 739 convert the device into ebook form. 740 741config SAMSUNG_LAPTOP --- 90 unchanged lines hidden --- |