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 @@ +config 64_BIT + bool + default y + +config 3_LEVEL_PGTABLES + bool + default y + +config ARCH_HAS_SC_SIGNALS + bool + default n + +config ARCH_REUSE_HOST_VSYSCALL_AREA + bool + default n |