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

Commit 652afdc3 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: move KGDB selection to the way other arches do it

parent 64b33a00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ config RWSEM_XCHGADD_ALGORITHM

config BLACKFIN
	def_bool y
	select HAVE_ARCH_KGDB
	select HAVE_FUNCTION_GRAPH_TRACER
	select HAVE_FUNCTION_TRACER
	select HAVE_FUNCTION_TRACE_MCOUNT_TEST
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ config DEBUG_STACK_USAGE

	  This option will slow down process creation somewhat.

config HAVE_ARCH_KGDB
	def_bool y

config DEBUG_VERBOSE
	bool "Verbose fault messages"
	default y