We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de4cd5 + d371d8b commit 7746789Copy full SHA for 7746789
arch/lkl/Kconfig
@@ -1,6 +1,6 @@
1
config LKL
2
def_bool y
3
- depends on !SMP && !MMU && !COREDUMP && !AUDITSYSCALL && !SECCOMP && !TRACEPOINTS && !UPROBES && !COMPAT && !USER_RETURN_NOTIFIER
+ depends on !SMP && !MMU && !COREDUMP && !AUDITSYSCALL && !SECCOMP && !TRACEPOINTS && !UPROBES && !COMPAT && !USER_RETURN_NOTIFIER && !VT
4
select ARCH_THREAD_INFO_ALLOCATOR
5
select RWSEM_GENERIC_SPINLOCK
6
select GENERIC_ATOMIC64
arch/lkl/defconfig
@@ -94,4 +94,4 @@ CONFIG_DEBUG_INFO_REDUCED=y
94
# CONFIG_ENABLE_WARN_DEPRECATED is not set
95
# CONFIG_ENABLE_MUST_CHECK is not set
96
# CONFIG_SLUB_DEBUG_ON is not set
97
-# CONFIG_VGA_CONSOLE is not set
+# CONFIG_VT is not set
0 commit comments