Kconfig (6f84981772535e670e4e2df051a672af229b6694) Kconfig (3b7eeff93d291299841f943a5e9b43bb160b3992)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Dell X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DRIVERS_DELL
7 bool "Dell X86 Platform Specific Device Drivers"
8 help

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

187config DELL_WMI_DESCRIPTOR
188 tristate
189 default n
190 depends on ACPI_WMI
191
192config DELL_WMI_DDV
193 tristate "Dell WMI sensors Support"
194 default m
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Dell X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DRIVERS_DELL
7 bool "Dell X86 Platform Specific Device Drivers"
8 help

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

187config DELL_WMI_DESCRIPTOR
188 tristate
189 default n
190 depends on ACPI_WMI
191
192config DELL_WMI_DDV
193 tristate "Dell WMI sensors Support"
194 default m
195 depends on ACPI_BATTERY
196 depends on ACPI_WMI
195 depends on ACPI_WMI
196 depends on ACPI_BATTERY || HWMON
197 help
197 help
198 This option adds support for WMI-based sensors like
199 battery temperature sensors found on some Dell notebooks.
200 It also supports reading of the battery ePPID.
198 This option adds support for WMI-based fan and thermal sensors
199 found on some Dell notebooks. It also supports various WMI-based battery
200 extras like reading of the battery temperature and ePPID.
201
202 To compile this drivers as a module, choose M here: the module will
203 be called dell-wmi-ddv.
204
205config DELL_WMI_LED
206 tristate "External LED on Dell Business Netbooks"
207 default m
208 depends on LEDS_CLASS

--- 20 unchanged lines hidden ---
201
202 To compile this drivers as a module, choose M here: the module will
203 be called dell-wmi-ddv.
204
205config DELL_WMI_LED
206 tristate "External LED on Dell Business Netbooks"
207 default m
208 depends on LEDS_CLASS

--- 20 unchanged lines hidden ---