aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2020-12-05 21:50:17 +0100
committerRichard Weinberger <richard@nod.at>2020-12-13 22:38:06 +0100
commit963285b0b47a1b8e1dfa5481717855a7057ccec6 (patch)
tree5cc496b11441604641ded80b7fc1b8551993f7c5 /arch/um/Kconfig
parentum: time-travel: avoid multiple identical propagations (diff)
downloadlinux-dev-963285b0b47a1b8e1dfa5481717855a7057ccec6.tar.xz
linux-dev-963285b0b47a1b8e1dfa5481717855a7057ccec6.zip
um: support some of ARCH_HAS_SET_MEMORY
For now, only support set_memory_ro()/rw() which we need for the stack protection in the next patch. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r--arch/um/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 1c57599b82fa..70ee19cc6ec6 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -15,6 +15,7 @@ config UML
select HAVE_DEBUG_KMEMLEAK
select HAVE_DEBUG_BUGVERBOSE
select NO_DMA
+ select ARCH_HAS_SET_MEMORY
select GENERIC_IRQ_SHOW
select GENERIC_CPU_DEVICES
select GENERIC_CLOCKEVENTS