diff options
Diffstat (limited to 'arch/um/Kconfig_x86_64')
-rw-r--r-- | arch/um/Kconfig_x86_64 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/um/Kconfig_x86_64 b/arch/um/Kconfig_x86_64 index 735a047c890..6e5357c5bcf 100644 --- a/arch/um/Kconfig_x86_64 +++ b/arch/um/Kconfig_x86_64 @@ -6,6 +6,10 @@ config 64BIT bool default y +config SEMAPHORE_SLEEPERS + bool + default y + config TOP_ADDR hex default 0x80000000 |