VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 2019-08-07 18:15:38 +0200 committer: Minda Chen <minda.chen@starfivetech.com> 2023-11-06 19:24:50 +0800 commit: 3b32a431af27152bf7a5a9b8ead2797511289683 parent: a62bece538b731c8710ab9e05b92c660d7b11e7f
Commit Summary:
x86: Allow to enable RT
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index d9830e7e1060..c491ad1781ec 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -27,6 +27,7 @@ config X86_64
 	# Options that are inherently 64-bit kernel only:
 	select ARCH_HAS_GIGANTIC_PAGE
 	select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
+	select ARCH_SUPPORTS_RT
 	select ARCH_USE_CMPXCHG_LOCKREF
 	select HAVE_ARCH_SOFT_DIRTY
 	select MODULES_USE_ELF_RELA