aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index d9dcd37b5a52..5ae65c11d544 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -197,6 +197,17 @@ config HP_ACCEL
197 To compile this driver as a module, choose M here: the module will 197 To compile this driver as a module, choose M here: the module will
198 be called hp_accel. 198 be called hp_accel.
199 199
200config HP_WIRELESS
201 tristate "HP WIRELESS"
202 depends on ACPI
203 depends on INPUT
204 help
205 This driver provides supports for new HP wireless button for Windows 8.
206 On such systems the driver should load automatically (via ACPI alias).
207
208 To compile this driver as a module, choose M here: the module will
209 be called hp-wireless.
210
200config HP_WMI 211config HP_WMI
201 tristate "HP WMI extras" 212 tristate "HP WMI extras"
202 depends on ACPI_WMI 213 depends on ACPI_WMI
@@ -808,4 +819,12 @@ config PVPANIC
808 a paravirtualized device provided by QEMU; it lets a virtual machine 819 a paravirtualized device provided by QEMU; it lets a virtual machine
809 (guest) communicate panic events to the host. 820 (guest) communicate panic events to the host.
810 821
822config INTEL_BAYTRAIL_MBI
823 tristate
824 depends on PCI
825 ---help---
826 Needed on Baytrail platforms for access to the IOSF Sideband Mailbox
827 Interface. This is a requirement for systems that need to configure
828 the PUNIT for power management features such as RAPL.
829
811endif # X86_PLATFORM_DEVICES 830endif # X86_PLATFORM_DEVICES