Skip to content

Commit

Permalink
Merge pull request #111 from ngkaho1234/ban-vt
Browse files Browse the repository at this point in the history
lkl: Ban CONFIG_VT.
  • Loading branch information
Octavian Purdila committed Mar 1, 2016
2 parents 6de4cd5 + d371d8b commit 7746789
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 7746789

Please sign in to comment.