From: Christoph Hellwig Date: Wed, 13 Feb 2019 17:39:56 +0000 (+0100) Subject: riscv: remove the HAVE_KPROBES option X-Git-Tag: v5.1-rc1~129^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=79a47bad61bb340aed94e73b471616b246b2ecf3;p=linux-block.git riscv: remove the HAVE_KPROBES option HAVE_KPROBES is defined genericly in arch/Kconfig and architectures should just select it if supported. Signed-off-by: Christoph Hellwig Signed-off-by: Palmer Dabbelt --- 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