Messages in this thread Patch in this message |  | | From | David Long <> | Subject | [PATCH v3 15/15] ARM: Remove uprobes dependency on kprobes | Date | Tue, 26 Nov 2013 21:53:34 -0500 |
| |
From: "David A. Long" <dave.long@linaro.org>
Now that arm uprobes support has been made separate from the arm kprobes code the Kconfig can be changed to reflect that.
Signed-off-by: David A. Long <dave.long@linaro.org> --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fec5a6b..9ddc4ae 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -204,7 +204,6 @@ config NEED_DMA_MAP_STATE def_bool y config ARCH_SUPPORTS_UPROBES - depends on KPROBES def_bool y config ARCH_HAS_DMA_SET_COHERENT_MASK -- 1.8.1.2
|  |