projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031d011
)
xtensa: enable lockdep support
author
Max Filippov
<jcmvbkbc@gmail.com>
Mon, 15 Apr 2013 05:21:35 +0000
(09:21 +0400)
committer
Chris Zankel
<chris@zankel.net>
Thu, 9 May 2013 08:07:11 +0000
(
01:07
-0700)
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Kconfig
patch
|
blob
|
history
diff --git
a/arch/xtensa/Kconfig
b/arch/xtensa/Kconfig
index 3eb543eacaa0acf9c688b2837c56413510c496e8..a065da819f891a3e5d1b0bfbe73e9ca1f2b1009f 100644
(file)
--- a/
arch/xtensa/Kconfig
+++ b/
arch/xtensa/Kconfig
@@
-1,11
+1,9
@@
-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