Skip to content

Commit 37d0a2c

Browse files
author
Octavian Purdila
committed
Merge pull request torvalds#128 from pscollins/stop-kconfig-error
lkl: Fix Kconfig error
2 parents ad99744 + 41a667a commit 37d0a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/lkl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config LKL
22
def_bool y
3-
depends on !SMP && !MMU && !COREDUMP && !AUDITSYSCALL && !SECCOMP && !TRACEPOINTS && !UPROBES && !COMPAT && !USER_RETURN_NOTIFIER && !VT
3+
depends on !SMP && !MMU && !COREDUMP && !SECCOMP && !UPROBES && !COMPAT && !USER_RETURN_NOTIFIER
44
select ARCH_THREAD_INFO_ALLOCATOR
55
select RWSEM_GENERIC_SPINLOCK
66
select GENERIC_ATOMIC64

0 commit comments

Comments
 (0)