File tree 3 files changed +16
-12
lines changed
3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,12 @@ rsource "utilities/Kconfig"
40
40
rsource "vbus/Kconfig"
41
41
endif
42
42
43
+ if ARCH_MM_MMU
44
+ rsource "mm/Kconfig"
45
+ endif
46
+
43
47
if RT_USING_SMART
44
48
rsource "lwp/Kconfig"
45
- rsource "mm/Kconfig"
46
49
endif
47
50
48
51
rsource "legacy/Kconfig"
Original file line number Diff line number Diff line change @@ -35,12 +35,18 @@ config RT_INIT_MEMORY_REGIONS
35
35
memory into different types of regions. This variable specifies
36
36
the maximum number of regions supported by the system.
37
37
38
- config RT_DEBUGGING_ALIASING
39
- bool "Using aliasing paging debugger"
40
- default n
38
+ menu "Debugging"
39
+ config RT_DEBUGGING_ALIASING
40
+ bool "Using aliasing paging debugger"
41
+ default n
41
42
42
- config RT_DEBUGGING_PAGE_POISON
43
- bool "Using page poisoner to detect illegal usage"
44
- default n
43
+ config RT_DEBUGING_PAGE_LEAK
44
+ bool "Using page leaking tracer"
45
+ default n
46
+
47
+ config RT_DEBUGGING_PAGE_POISON
48
+ bool "Using page poisoner to detect illegal usage"
49
+ default n
50
+ endmenu
45
51
46
52
endmenu
Original file line number Diff line number Diff line change @@ -224,11 +224,6 @@ menuconfig RT_USING_DEBUG
224
224
bool "Enable debugging of components automatic initialization"
225
225
default n
226
226
227
- config RT_DEBUGING_PAGE_LEAK
228
- bool "Enable page leaking tracer"
229
- depends on ARCH_MM_MMU
230
- default n
231
-
232
227
config RT_DEBUGING_SPINLOCK
233
228
bool "Enable spinlock debugging"
234
229
depends on RT_USING_SMP
You can’t perform that action at this time.
0 commit comments