File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,22 @@ config CXL_SUSPEND
104
104
depends on SUSPEND && CXL_MEM
105
105
106
106
config CXL_REGION
107
- bool
107
+ bool "CXL: Region Support"
108
108
default CXL_BUS
109
109
# For MAX_PHYSMEM_BITS
110
110
depends on SPARSEMEM
111
111
select MEMREGION
112
112
select GET_FREE_REGION
113
+ help
114
+ Enable the CXL core to enumerate and provision CXL regions. A CXL
115
+ region is defined by one or more CXL expanders that decode a given
116
+ system-physical address range. For CXL regions established by
117
+ platform-firmware this option enables memory error handling to
118
+ identify the devices participating in a given interleaved memory
119
+ range. Otherwise, platform-firmware managed CXL is enabled by being
120
+ placed in the system address map and does not need a driver.
121
+
122
+ If unsure say 'y'
113
123
114
124
config CXL_REGION_INVALIDATION_TEST
115
125
bool "CXL: Region Cache Management Bypass (TEST)"
You can’t perform that action at this time.
0 commit comments