Skip to content

Commit

Permalink
lkl: Ban CONFIG_VT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngkaho1234 committed Mar 1, 2016
1 parent 03e3ef8 commit d371d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/lkl/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config LKL
def_bool y
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
select ARCH_THREAD_INFO_ALLOCATOR
select RWSEM_GENERIC_SPINLOCK
select GENERIC_ATOMIC64
Expand Down
2 changes: 1 addition & 1 deletion arch/lkl/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ CONFIG_DEBUG_INFO_REDUCED=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_VGA_CONSOLE is not set
# CONFIG_VT is not set

0 comments on commit d371d8b

Please sign in to comment.