[PATCH 02/11] riscv: remove the HAVE_KPROBES option

From: Christoph Hellwig
Date: Wed Feb 13 2019 - 12:40:25 EST


HAVE_KPROBES is defined genericly in arch/Kconfig and architectures
should just select it if supported.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
arch/riscv/Kconfig | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 515fc3cc9687..b60f4e3e36f4 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -94,9 +94,6 @@ config PGTABLE_LEVELS
default 3 if 64BIT
default 2

-config HAVE_KPROBES
- def_bool n
-
menu "Platform type"

choice
--
2.20.1