|
@@ -92,9 +92,8 @@ config ASUS_LAPTOP
|
|
|
If you have an ACPI-compatible ASUS laptop, say Y or M here.
|
|
|
|
|
|
config DELL_SMBIOS
|
|
|
- tristate "Dell SMBIOS Support"
|
|
|
- depends on DCDBAS
|
|
|
- default n
|
|
|
+ tristate
|
|
|
+ select DCDBAS
|
|
|
---help---
|
|
|
This module provides common functions for kernel modules using
|
|
|
Dell SMBIOS.
|
|
@@ -103,16 +102,15 @@ config DELL_SMBIOS
|
|
|
|
|
|
config DELL_LAPTOP
|
|
|
tristate "Dell Laptop Extras"
|
|
|
- depends on DELL_SMBIOS
|
|
|
depends on DMI
|
|
|
depends on BACKLIGHT_CLASS_DEVICE
|
|
|
depends on ACPI_VIDEO || ACPI_VIDEO = n
|
|
|
depends on RFKILL || RFKILL = n
|
|
|
depends on SERIO_I8042
|
|
|
+ select DELL_SMBIOS
|
|
|
select POWER_SUPPLY
|
|
|
select LEDS_CLASS
|
|
|
select NEW_LEDS
|
|
|
- default n
|
|
|
---help---
|
|
|
This driver adds support for rfkill and backlight control to Dell
|
|
|
laptops (except for some models covered by the Compal driver).
|
|
@@ -123,7 +121,7 @@ config DELL_WMI
|
|
|
depends on DMI
|
|
|
depends on INPUT
|
|
|
depends on ACPI_VIDEO || ACPI_VIDEO = n
|
|
|
- depends on DELL_SMBIOS
|
|
|
+ select DELL_SMBIOS
|
|
|
select INPUT_SPARSEKMAP
|
|
|
---help---
|
|
|
Say Y here if you want to support WMI-based hotkeys on Dell laptops.
|