aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig_x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Kconfig_x86_64')
-rw-r--r--arch/um/Kconfig_x86_6412
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/um/Kconfig_x86_64 b/arch/um/Kconfig_x86_64
index f162f50f0b17..735a047c890c 100644
--- a/arch/um/Kconfig_x86_64
+++ b/arch/um/Kconfig_x86_64
@@ -14,6 +14,18 @@ config 3_LEVEL_PGTABLES
bool
default y
+config STUB_CODE
+ hex
+ default 0x7fbfffe000
+
+config STUB_DATA
+ hex
+ default 0x7fbffff000
+
+config STUB_START
+ hex
+ default STUB_CODE
+
config ARCH_HAS_SC_SIGNALS
bool
default n