diff options
| -rw-r--r-- | arch/arm/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 0c12ffb155a2..dfa21cb58f36 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
| @@ -1590,7 +1590,7 @@ config PID_IN_CONTEXTIDR | |||
| 1590 | 1590 | ||
| 1591 | config DEBUG_SET_MODULE_RONX | 1591 | config DEBUG_SET_MODULE_RONX |
| 1592 | bool "Set loadable kernel module data as NX and text as RO" | 1592 | bool "Set loadable kernel module data as NX and text as RO" |
| 1593 | depends on MODULES | 1593 | depends on MODULES && MMU |
| 1594 | ---help--- | 1594 | ---help--- |
| 1595 | This option helps catch unintended modifications to loadable | 1595 | This option helps catch unintended modifications to loadable |
| 1596 | kernel module's text and read-only data. It also prevents execution | 1596 | kernel module's text and read-only data. It also prevents execution |
