diff options
Diffstat (limited to 'arch/um/Kconfig_x86_64')
-rw-r--r-- | arch/um/Kconfig_x86_64 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/um/Kconfig_x86_64 b/arch/um/Kconfig_x86_64 new file mode 100644 index 000000000000..768dc6626a8d --- /dev/null +++ b/arch/um/Kconfig_x86_64 | |||
@@ -0,0 +1,15 @@ | |||
1 | config 64_BIT | ||
2 | bool | ||
3 | default y | ||
4 | |||
5 | config 3_LEVEL_PGTABLES | ||
6 | bool | ||
7 | default y | ||
8 | |||
9 | config ARCH_HAS_SC_SIGNALS | ||
10 | bool | ||
11 | default n | ||
12 | |||
13 | config ARCH_REUSE_HOST_VSYSCALL_AREA | ||
14 | bool | ||
15 | default n | ||