diff options
author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2015-03-30 16:13:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-04-03 10:17:03 -0400 |
commit | 3288731e628e0269c20d86e43b647d0b92f2b3fc (patch) | |
tree | 8498a606216db899bfd4a63e56fbf51c21c89019 /arch/arm64 | |
parent | 72f641fe6818a403aed52fb3a5b8a241ff76c24f (diff) |
coresight: Adding coresight support for arm64 architecture
Most CoreSight blocks are 64-bit ready. As such move configuration
entries from "arch/arm/Kconfig.config" to the driver's subdirectory
and source the newly created Kconfig from architecture specific
Kconfig.debug files.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig.debug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index 4a8741073c90..5b2ffd8e6cdb 100644 --- a/arch/arm64/Kconfig.debug +++ b/arch/arm64/Kconfig.debug | |||
@@ -89,4 +89,6 @@ config DEBUG_ALIGN_RODATA | |||
89 | 89 | ||
90 | If in doubt, say N | 90 | If in doubt, say N |
91 | 91 | ||
92 | source "drivers/coresight/Kconfig" | ||
93 | |||
92 | endmenu | 94 | endmenu |