|
发表于 2010-9-3 21:54:39
|
显示全部楼层
X86 Platform Specific Device Drivers --->- │ --- X86 Platform Specific Device Drivers │ │
- │ │ < > Acer WMI Laptop Extras │ │
- │ │ < > Asus Laptop Extras │ │
- │ │ <*> Dell Laptop Extras (EXPERIMENTAL) │ │
- │ │ <*> Dell WMI extras │ │
- │ │ < > Fujitsu Laptop Extras │ │
- │ │ < > HP WMI extras │ │
- │ │ < > MSI Laptop Extras │ │
- │ │ < > Panasonic Laptop Extras │ │
- │ │ < > Compal Laptop Extras │ │
- │ │ < > Sony Laptop Extras │ │
- │ │ < > ThinkPad ACPI Laptop Extras │ │
- │ │ <*> Thermal Management driver for Intel menlow platform │ │
- │ │ < > Eee PC Hotkey Driver (EXPERIMENTAL) │ │
- │ │ < > Eee PC WMI Hotkey Driver (EXPERIMENTAL) │ │
- │ │ <*> WMI │ │
- │ │ < > MSI WMI extras co │ │
- │ │ < > ASUS/Medion Laptop Extras (DEPRECATED) │ │
- │ │ < > Topstar Laptop Extras │ │
- │ │ < > Toshiba Laptop Extras │ │
- │ │ < > Toshiba Bluetooth RFKill switch support │ │
- │ │ <*> CMPC Laptop Extras
复制代码
用可能是内核中Sony Laptop Extras要打开- CONFIG_SONY_LAPTOP: │
- │ │
- │ This mini-driver drives the SNC and SPIC devices present in the ACPI │
- │ BIOS of the Sony Vaio laptops. │
- │ │
- │ It gives access to some extra laptop functionalities like Bluetooth, │
- │ screen brightness control, Fn keys and allows powering on/off some │
- │ devices. │
- │ │
- │ Read <file:Documentation/laptops/sony-laptop.txt> for more information. │
- │ │
- │ Symbol: SONY_LAPTOP [=n] │
- │ Prompt: Sony Laptop Extras │
- │ Defined at drivers/platform/x86/Kconfig:196 │
- │ Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI [=y] && INPUT [=y] && RFKILL [=y] │
- │ Location: │
- │ -> Device Drivers │
- │ -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) │
- │ Selects: BACKLIGHT_CLASS_DEVICE [=y]
复制代码 |
|