diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 78a647080ebc..199ebc1c4538 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -22,6 +22,7 @@ config ARM_PTDUMP_DEBUGFS | |||
22 | 22 | ||
23 | config DEBUG_WX | 23 | config DEBUG_WX |
24 | bool "Warn on W+X mappings at boot" | 24 | bool "Warn on W+X mappings at boot" |
25 | depends on MMU | ||
25 | select ARM_PTDUMP_CORE | 26 | select ARM_PTDUMP_CORE |
26 | ---help--- | 27 | ---help--- |
27 | Generate a warning if any W+X mappings are found at boot. | 28 | Generate a warning if any W+X mappings are found at boot. |