Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f371c75 authored by Max Filippov's avatar Max Filippov Committed by Chris Zankel
Browse files

xtensa: enable lockdep support



Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 031d0112
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
config FRAME_POINTER
	def_bool n

config ZONE_DMA
	def_bool y

config XTENSA
	def_bool y
	select ARCH_WANT_FRAME_POINTERS
	select HAVE_IDE
	select GENERIC_ATOMIC64
	select HAVE_GENERIC_HARDIRQS
@@ -52,6 +50,9 @@ config HZ
source "init/Kconfig"
source "kernel/Kconfig.freezer"

config LOCKDEP_SUPPORT
	def_bool y

config STACKTRACE_SUPPORT
	def_bool y