Kconfig 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Intel x86 Platform Specific Drivers
  4. #
  5. source "drivers/platform/x86/intel/atomisp2/Kconfig"
  6. source "drivers/platform/x86/intel/ifs/Kconfig"
  7. source "drivers/platform/x86/intel/int1092/Kconfig"
  8. source "drivers/platform/x86/intel/int3472/Kconfig"
  9. source "drivers/platform/x86/intel/pmc/Kconfig"
  10. source "drivers/platform/x86/intel/pmt/Kconfig"
  11. source "drivers/platform/x86/intel/speed_select_if/Kconfig"
  12. source "drivers/platform/x86/intel/telemetry/Kconfig"
  13. source "drivers/platform/x86/intel/wmi/Kconfig"
  14. source "drivers/platform/x86/intel/uncore-frequency/Kconfig"
  15. config INTEL_HID_EVENT
  16. tristate "Intel HID Event"
  17. depends on ACPI
  18. depends on INPUT
  19. depends on I2C
  20. select INPUT_SPARSEKMAP
  21. help
  22. This driver provides support for the Intel HID Event hotkey interface.
  23. Some laptops require this driver for hotkey support.
  24. To compile this driver as a module, choose M here: the module will
  25. be called intel_hid.
  26. config INTEL_VBTN
  27. tristate "Intel Virtual Button"
  28. depends on ACPI
  29. depends on INPUT
  30. depends on I2C
  31. select INPUT_SPARSEKMAP
  32. help
  33. This driver provides support for the Intel Virtual Button interface.
  34. Some laptops require this driver for power button support.
  35. To compile this driver as a module, choose M here: the module will
  36. be called intel_vbtn.
  37. config INTEL_INT0002_VGPIO
  38. tristate "Intel ACPI INT0002 Virtual GPIO driver"
  39. depends on GPIOLIB && ACPI && PM_SLEEP
  40. select GPIOLIB_IRQCHIP
  41. help
  42. Some peripherals on Bay Trail and Cherry Trail platforms signal a
  43. Power Management Event (PME) to the Power Management Controller (PMC)
  44. to wakeup the system. When this happens software needs to explicitly
  45. clear the PME bus 0 status bit in the GPE0a_STS register to avoid an
  46. IRQ storm on IRQ 9.
  47. This is modelled in ACPI through the INT0002 ACPI device, which is
  48. called a "Virtual GPIO controller" in ACPI because it defines the
  49. event handler to call when the PME triggers through _AEI and _L02
  50. methods as would be done for a real GPIO interrupt in ACPI.
  51. To compile this driver as a module, choose M here: the module will
  52. be called intel_int0002_vgpio.
  53. config INTEL_OAKTRAIL
  54. tristate "Intel Oaktrail Platform Extras"
  55. depends on ACPI
  56. depends on ACPI_VIDEO || ACPI_VIDEO=n
  57. depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
  58. help
  59. Intel Oaktrail platform need this driver to provide interfaces to
  60. enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
  61. here; it will only load on supported platforms.
  62. config INTEL_BXTWC_PMIC_TMU
  63. tristate "Intel Broxton Whiskey Cove TMU Driver"
  64. depends on INTEL_SOC_PMIC_BXTWC
  65. depends on MFD_INTEL_PMC_BXT
  66. select REGMAP
  67. help
  68. Select this driver to use Intel Broxton Whiskey Cove PMIC TMU feature.
  69. This driver enables the alarm wakeup functionality in the TMU unit of
  70. Whiskey Cove PMIC.
  71. config INTEL_CHTDC_TI_PWRBTN
  72. tristate "Intel Cherry Trail Dollar Cove TI power button driver"
  73. depends on INTEL_SOC_PMIC_CHTDC_TI
  74. depends on INPUT
  75. help
  76. This option adds a power button driver for Dollar Cove TI
  77. PMIC on Intel Cherry Trail devices.
  78. To compile this driver as a module, choose M here: the module
  79. will be called intel_chtdc_ti_pwrbtn.
  80. config INTEL_CHTWC_INT33FE
  81. tristate "Intel Cherry Trail Whiskey Cove ACPI INT33FE Driver"
  82. depends on X86 && ACPI && I2C && REGULATOR
  83. depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m)
  84. depends on USB_ROLES_INTEL_XHCI=y || (USB_ROLES_INTEL_XHCI=m && m)
  85. depends on TYPEC_MUX_PI3USB30532=y || (TYPEC_MUX_PI3USB30532=m && m)
  86. help
  87. This driver add support for the Intel Cherry Trail Whiskey Cove
  88. INT33FE ACPI device found on the GPD win and the GPD pocket.
  89. The INT33FE ACPI device on these mini laptops contains I2cSerialBusV2
  90. resources for a MAX17042 Fuel Gauge, FUSB302 USB Type-C Controller
  91. and PI3USB30532 USB switch.
  92. This driver instantiates i2c-clients for these, so that standard
  93. i2c drivers for these chips can bind to the them.
  94. If you enable this driver it is advised to also select
  95. CONFIG_TYPEC_FUSB302=m, CONFIG_TYPEC_MUX_PI3USB30532=m and
  96. CONFIG_BATTERY_MAX17042=m.
  97. config INTEL_ISHTP_ECLITE
  98. tristate "Intel ISHTP eclite controller Driver"
  99. depends on INTEL_ISH_HID
  100. depends on ACPI
  101. help
  102. This driver is for accessing the PSE (Programmable Service Engine) -
  103. an Embedded Controller like IP - using ISHTP (Integrated Sensor Hub
  104. Transport Protocol) to get battery, thermal and UCSI (USB Type-C
  105. Connector System Software Interface) related data from the platform.
  106. Users who don't want to use discrete Embedded Controller on Intel's
  107. Elkhartlake platform can leverage this integrated solution of
  108. ECLite which is part of PSE subsystem.
  109. To compile this driver as a module, choose M here: the module
  110. will be called intel_ishtp_eclite.
  111. config INTEL_MRFLD_PWRBTN
  112. tristate "Intel Merrifield Basin Cove power button driver"
  113. depends on INTEL_SOC_PMIC_MRFLD
  114. depends on INPUT
  115. help
  116. This option adds a power button driver for Basin Cove PMIC
  117. on Intel Merrifield devices.
  118. To compile this driver as a module, choose M here: the module
  119. will be called intel_mrfld_pwrbtn.
  120. config INTEL_PUNIT_IPC
  121. tristate "Intel P-Unit IPC Driver"
  122. help
  123. This driver provides support for Intel P-Unit Mailbox IPC mechanism,
  124. which is used to bridge the communications between kernel and P-Unit.
  125. config INTEL_RST
  126. tristate "Intel Rapid Start Technology Driver"
  127. depends on ACPI
  128. help
  129. This driver provides support for modifying parameters on systems
  130. equipped with Intel's Rapid Start Technology. When put in an ACPI
  131. sleep state, these devices will wake after either a configured
  132. timeout or when the system battery reaches a critical state,
  133. automatically copying memory contents to disk. On resume, the
  134. firmware will copy the memory contents back to RAM and resume the OS
  135. as usual.
  136. config INTEL_SDSI
  137. tristate "Intel Software Defined Silicon Driver"
  138. depends on INTEL_VSEC
  139. depends on X86_64
  140. help
  141. This driver enables access to the Intel Software Defined Silicon
  142. interface used to provision silicon features with an authentication
  143. certificate and capability license.
  144. To compile this driver as a module, choose M here: the module will
  145. be called intel_sdsi.
  146. config INTEL_SMARTCONNECT
  147. tristate "Intel Smart Connect disabling driver"
  148. depends on ACPI
  149. help
  150. Intel Smart Connect is a technology intended to permit devices to
  151. update state by resuming for a short period of time at regular
  152. intervals. If a user enables this functionality under Windows and
  153. then reboots into Linux, the system may remain configured to resume
  154. on suspend. In the absence of any userspace to support it, the system
  155. will then remain awake until something triggers another suspend.
  156. This driver checks to determine whether the device has Intel Smart
  157. Connect enabled, and if so disables it.
  158. config INTEL_TURBO_MAX_3
  159. bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
  160. depends on X86_64 && SCHED_MC_PRIO
  161. help
  162. This driver reads maximum performance ratio of each CPU and set up
  163. the scheduler priority metrics. In this way scheduler can prefer
  164. CPU with higher performance to schedule tasks.
  165. This driver is only required when the system is not using Hardware
  166. P-States (HWP). In HWP mode, priority can be read from ACPI tables.
  167. config INTEL_VSEC
  168. tristate "Intel Vendor Specific Extended Capabilities Driver"
  169. depends on PCI
  170. select AUXILIARY_BUS
  171. help
  172. Adds support for feature drivers exposed using Intel PCIe VSEC and
  173. DVSEC.
  174. To compile this driver as a module, choose M here: the module will
  175. be called intel_vsec.