aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Long <dave.long@linaro.org>2013-10-14 20:15:09 -0400
committerDavid A. Long <dave.long@linaro.org>2013-11-26 00:03:10 -0500
commitea13759400c2a4f4ea9c923bc1eb1029513c7b7d (patch)
tree7e2b746d84a32a901692317b936c113a4981ae07
parent279b7db4ff5440ed211e50148d273bad05400fbe (diff)
ARM: Remove uprobes dependency on kprobestracking-uprobes-llct-20131128.0
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>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index fec5a6bbdade..9ddc4ae93e35 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