Skip to content

Commit e43fa18

Browse files
nashifkartben
authored andcommitted
arch: mmu: do not make MMU user configurable
MMU option is selected by the MMU implementation, i.e. X86_MMU or ARM_MMU selects MMU. Signed-off-by: Anas Nashif <[email protected]>
1 parent a8ce2db commit e43fa18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

kernel/Kconfig.vm

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ config KERNEL_DIRECT_MAP
9898

9999
endif # KERNEL_VM_SUPPORT
100100

101-
menuconfig MMU
102-
bool "MMU features"
101+
menu "MMU Features"
102+
103+
config MMU
104+
bool
103105
depends on CPU_HAS_MMU
104106
select KERNEL_VM_SUPPORT
105107
help
@@ -206,6 +208,7 @@ config DEMAND_PAGING_TIMING_HISTOGRAM_NUM_BINS
206208

207209
endif # DEMAND_PAGING
208210
endif # MMU
211+
endmenu
209212

210213
config KERNEL_VM_USE_CUSTOM_MEM_RANGE_CHECK
211214
bool

0 commit comments

Comments
 (0)