Kconfig (745a5d2126926808295742932d0e36d485efa485) | Kconfig (dd8cd7793781c87be47bbfee65efa3fb5110f898) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 128 unchanged lines hidden (view full) --- 137 138 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 139 * Possibly other Fujitsu laptop models 140 141 It adds support for LCD brightness control. 142 143 If you have a Fujitsu laptop, say Y or M here. 144 | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 128 unchanged lines hidden (view full) --- 137 138 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 139 * Possibly other Fujitsu laptop models 140 141 It adds support for LCD brightness control. 142 143 If you have a Fujitsu laptop, say Y or M here. 144 |
145config TC1100_WMI 146 tristate "HP Compaq TC1100 Tablet WMI Extras" 147 depends on X86 && !X86_64 148 depends on ACPI 149 depends on ACPI_WMI 150 ---help--- 151 This is a driver for the WMI extensions (wireless and bluetooth power 152 control) of the HP Compaq TC1100 tablet. 153 |
|
145config MSI_LAPTOP 146 tristate "MSI Laptop Extras" 147 depends on X86 148 depends on ACPI_EC 149 depends on BACKLIGHT_CLASS_DEVICE 150 ---help--- 151 This is a driver for laptops built by MSI (MICRO-STAR 152 INTERNATIONAL): --- 99 unchanged lines hidden --- | 154config MSI_LAPTOP 155 tristate "MSI Laptop Extras" 156 depends on X86 157 depends on ACPI_EC 158 depends on BACKLIGHT_CLASS_DEVICE 159 ---help--- 160 This is a driver for laptops built by MSI (MICRO-STAR 161 INTERNATIONAL): --- 99 unchanged lines hidden --- |