Kconfig (2f9f26bd8614740b3c3b950394d945a99492a28e) Kconfig (a570af4850043260b87fb1b8aa27a4484e648878)
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

--- 91 unchanged lines hidden (view full) ---

100 Dell SMBIOS.
101
102 If you have a Dell laptop, say Y or M here.
103
104config DELL_LAPTOP
105 tristate "Dell Laptop Extras"
106 depends on X86
107 depends on DELL_SMBIOS
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

--- 91 unchanged lines hidden (view full) ---

100 Dell SMBIOS.
101
102 If you have a Dell laptop, say Y or M here.
103
104config DELL_LAPTOP
105 tristate "Dell Laptop Extras"
106 depends on X86
107 depends on DELL_SMBIOS
108 depends on DMI
108 depends on BACKLIGHT_CLASS_DEVICE
109 depends on ACPI_VIDEO || ACPI_VIDEO = n
110 depends on RFKILL || RFKILL = n
111 depends on SERIO_I8042
112 select POWER_SUPPLY
113 select LEDS_CLASS
114 select NEW_LEDS
115 default n
116 ---help---
117 This driver adds support for rfkill and backlight control to Dell
118 laptops (except for some models covered by the Compal driver).
119
120config DELL_WMI
121 tristate "Dell WMI extras"
122 depends on ACPI_WMI
109 depends on BACKLIGHT_CLASS_DEVICE
110 depends on ACPI_VIDEO || ACPI_VIDEO = n
111 depends on RFKILL || RFKILL = n
112 depends on SERIO_I8042
113 select POWER_SUPPLY
114 select LEDS_CLASS
115 select NEW_LEDS
116 default n
117 ---help---
118 This driver adds support for rfkill and backlight control to Dell
119 laptops (except for some models covered by the Compal driver).
120
121config DELL_WMI
122 tristate "Dell WMI extras"
123 depends on ACPI_WMI
124 depends on DMI
123 depends on INPUT
124 depends on ACPI_VIDEO || ACPI_VIDEO = n
125 select INPUT_SPARSEKMAP
126 ---help---
127 Say Y here if you want to support WMI-based hotkeys on Dell laptops.
128
129 To compile this driver as a module, choose M here: the module will
130 be called dell-wmi.

--- 871 unchanged lines hidden ---
125 depends on INPUT
126 depends on ACPI_VIDEO || ACPI_VIDEO = n
127 select INPUT_SPARSEKMAP
128 ---help---
129 Say Y here if you want to support WMI-based hotkeys on Dell laptops.
130
131 To compile this driver as a module, choose M here: the module will
132 be called dell-wmi.

--- 871 unchanged lines hidden ---