]> git.baikalelectronics.ru Git - kernel.git/commit
lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL
authorLaura Abbott <labbott@redhat.com>
Tue, 10 Jan 2017 21:35:40 +0000 (13:35 -0800)
committerWill Deacon <will.deacon@arm.com>
Wed, 11 Jan 2017 13:56:49 +0000 (13:56 +0000)
commitf722a9b687cf701c5f6b7b8b7e69f0a47d4816e6
tree3c42069c80e3aad375f98c762ef8dd02ca787327
parenta780c2d5637d959a6133b349d5166a4148a42da3
lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL

DEBUG_VIRTUAL currently depends on DEBUG_KERNEL && X86. arm64 is getting
the same support. Rather than add a list of architectures, switch this
to ARCH_HAS_DEBUG_VIRTUAL and let architectures select it as
appropriate.

Acked-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Suggested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/x86/Kconfig
lib/Kconfig.debug