|
@@ -424,16 +424,16 @@ config GOLDFISH
|
|
|
def_bool y
|
|
|
depends on X86_GOLDFISH
|
|
|
|
|
|
-config INTEL_RDT_A
|
|
|
- bool "Intel Resource Director Technology Allocation support"
|
|
|
+config INTEL_RDT
|
|
|
+ bool "Intel Resource Director Technology support"
|
|
|
default n
|
|
|
depends on X86 && CPU_SUP_INTEL
|
|
|
select KERNFS
|
|
|
help
|
|
|
- Select to enable resource allocation which is a sub-feature of
|
|
|
- Intel Resource Director Technology(RDT). More information about
|
|
|
- RDT can be found in the Intel x86 Architecture Software
|
|
|
- Developer Manual.
|
|
|
+ Select to enable resource allocation and monitoring which are
|
|
|
+ sub-features of Intel Resource Director Technology(RDT). More
|
|
|
+ information about RDT can be found in the Intel x86
|
|
|
+ Architecture Software Developer Manual.
|
|
|
|
|
|
Say N if unsure.
|
|
|
|