22 lines · plain
1menu "Intel Speed Select Technology interface support"2 depends on PCI3 depends on X86_64 || COMPILE_TEST4 5config INTEL_SPEED_SELECT_TPMI6 tristate7 8config INTEL_SPEED_SELECT_INTERFACE9 tristate "Intel(R) Speed Select Technology interface drivers"10 select INTEL_SPEED_SELECT_TPMI if INTEL_TPMI11 help12 This config enables the Intel(R) Speed Select Technology interface13 drivers. The Intel(R) speed select technology features are non14 architectural and only supported on specific Xeon(R) servers.15 These drivers provide interface to directly communicate with hardware16 via MMIO and Mail boxes to enumerate and control all the speed select17 features.18 19 Enable this config, if there is a need to enable and control the20 Intel(R) Speed Select Technology features from the user space.21endmenu22