1menu "Intel Speed Select Technology interface support"
2	depends on PCI
3	depends on X86_64 || COMPILE_TEST
4
5config INTEL_SPEED_SELECT_TPMI
6	tristate
7
8config 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.
21endmenu
22