diff options
author | Johannes Berg <johannes.berg@intel.com> | 2021-08-11 16:58:26 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-08-26 22:28:03 +0200 |
commit | bc5c49d79206b40ad16e055837a33b6dc6160bed (patch) | |
tree | a251680f5b3e349549c363f93a0f8503e3f3e294 /arch/um | |
parent | 4a22c4cebd61f67bd8a2c79f8dae10df074f62b9 (diff) |
um: enable VMAP_STACK
This works just fine, so select HAVE_ARCH_VMAP_STACK to
let users enable VMAP_STACK if desired.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 0561b73cfd9a..389c9f5bcb2b 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -21,6 +21,7 @@ config UML select HAVE_GCC_PLUGINS select SET_FS select TTY # Needed for line.c + select HAVE_ARCH_VMAP_STACK config MMU bool |