diff options
Diffstat (limited to 'arch/um/Kconfig_x86_64')
-rw-r--r-- | arch/um/Kconfig_x86_64 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/um/Kconfig_x86_64 b/arch/um/Kconfig_x86_64 index 768dc6626a8d..fd8d7e8982b1 100644 --- a/arch/um/Kconfig_x86_64 +++ b/arch/um/Kconfig_x86_64 @@ -1,4 +1,8 @@ -config 64_BIT +config UML_X86 + bool + default y + +config 64BIT bool default y |