drm: bridge: adv7511: remove s32 format from i2s capabilities
[drm/drm-misc.git] / drivers / platform / x86 / intel / speed_select_if / Kconfig
blob4eb3ad299db0f2fefb84b578e9017f021f04cbb6
1 menu "Intel Speed Select Technology interface support"
2         depends on PCI
3         depends on X86_64 || COMPILE_TEST
5 config INTEL_SPEED_SELECT_TPMI
6         tristate
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.
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