diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index f46a1b50ddeecc887aed038eb139f2cf8f10884f..2ae5d72f47edaad3198a030c0ee7ed09deeea6b8 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -121,6 +121,9 @@ config 32BIT bool default y if !64BIT +config KTIME_SCALAR + def_bool 32BIT + config SMP bool "Symmetric multi-processing support" ---help---