xref: /linux/drivers/platform/x86/intel/speed_select_if/Kconfig (revision 8d7253dc447473dfcf3f09fb0fa2bd6f7d05b43b)
1menu "Intel Speed Select Technology interface support"
2	depends on PCI
3	depends on X86_64 || COMPILE_TEST
4
5config INTEL_SPEED_SELECT_INTERFACE
6	tristate "Intel(R) Speed Select Technology interface drivers"
7	help
8	  This config enables the Intel(R) Speed Select Technology interface
9	  drivers. The Intel(R) speed select technology features are non
10	  architectural and only supported on specific Xeon(R) servers.
11	  These drivers provide interface to directly communicate with hardware
12	  via MMIO and Mail boxes to enumerate and control all the speed select
13	  features.
14
15	  Enable this config, if there is a need to enable and control the
16	  Intel(R) Speed Select Technology features from the user space.
17endmenu
18