]> Git Repo - linux.git/blob - drivers/platform/x86/intel/speed_select_if/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / platform / x86 / intel / speed_select_if / Kconfig
1 menu "Intel Speed Select Technology interface support"
2         depends on PCI
3         depends on X86_64 || COMPILE_TEST
4
5 config INTEL_SPEED_SELECT_TPMI
6         tristate
7
8 config INTEL_SPEED_SELECT_INTERFACE
9         tristate "Intel(R) Speed Select Technology interface drivers"
10         select INTEL_SPEED_SELECT_TPMI if INTEL_TPMI
11         help
12           This config enables the Intel(R) Speed Select Technology interface
13           drivers. The Intel(R) speed select technology features are non
14           architectural and only supported on specific Xeon(R) servers.
15           These drivers provide interface to directly communicate with hardware
16           via MMIO and Mail boxes to enumerate and control all the speed select
17           features.
18
19           Enable this config, if there is a need to enable and control the
20           Intel(R) Speed Select Technology features from the user space.
21 endmenu
This page took 0.037034 seconds and 4 git commands to generate.