Kconfig (7bf7e370d5919112c223a269462cd0b546903829) | Kconfig (89ca11771a4b50ed616ab6c37e0ef333d02f1d47) |
---|---|
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 --- 658 unchanged lines hidden (view full) --- 667config XO1_RFKILL 668 tristate "OLPC XO-1 software RF kill switch" 669 depends on OLPC 670 depends on RFKILL 671 ---help--- 672 Support for enabling/disabling the WLAN interface on the OLPC XO-1 673 laptop. 674 | 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 --- 658 unchanged lines hidden (view full) --- 667config XO1_RFKILL 668 tristate "OLPC XO-1 software RF kill switch" 669 depends on OLPC 670 depends on RFKILL 671 ---help--- 672 Support for enabling/disabling the WLAN interface on the OLPC XO-1 673 laptop. 674 |
675config XO15_EBOOK 676 tristate "OLPC XO-1.5 ebook switch" 677 depends on ACPI && INPUT 678 ---help--- 679 Support for the ebook switch on the OLPC XO-1.5 laptop. 680 681 This switch is triggered as the screen is rotated and folded down to 682 convert the device into ebook form. 683 |
|
675endif # X86_PLATFORM_DEVICES | 684endif # X86_PLATFORM_DEVICES |