mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-02-10 03:44:39 +00:00
Fix PM_TRACE dependency: works only on 32-bit x86 for now
Not that x86-64 and other architecture support should be difficult to add (trivial fixups to the data format and add the proper linker script entry). Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
1eec00565d
commit
72cf2709bf
@ -38,7 +38,7 @@ config PM_DEBUG
|
||||
|
||||
config PM_TRACE
|
||||
bool "Suspend/resume event tracing"
|
||||
depends on PM && PM_DEBUG && X86
|
||||
depends on PM && PM_DEBUG && X86_32
|
||||
default y
|
||||
---help---
|
||||
This enables some cheesy code to save the last PM event point in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user