diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index d83f7c369e51..426d2716f55d 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -1738,17 +1738,6 @@ config PID_IN_CONTEXTIDR | |||
1738 | additional instructions during context switch. Say Y here only if you | 1738 | additional instructions during context switch. Say Y here only if you |
1739 | are planning to use hardware trace tools with this kernel. | 1739 | are planning to use hardware trace tools with this kernel. |
1740 | 1740 | ||
1741 | config DEBUG_SET_MODULE_RONX | ||
1742 | bool "Set loadable kernel module data as NX and text as RO" | ||
1743 | depends on MODULES && MMU | ||
1744 | ---help--- | ||
1745 | This option helps catch unintended modifications to loadable | ||
1746 | kernel module's text and read-only data. It also prevents execution | ||
1747 | of module data. Such protection may interfere with run-time code | ||
1748 | patching and dynamic kernel tracing - and they might also protect | ||
1749 | against certain classes of kernel exploits. | ||
1750 | If in doubt, say "N". | ||
1751 | |||
1752 | source "drivers/hwtracing/coresight/Kconfig" | 1741 | source "drivers/hwtracing/coresight/Kconfig" |
1753 | 1742 | ||
1754 | endmenu | 1743 | endmenu |