]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
riscv: remove the HAVE_KPROBES option
authorChristoph Hellwig <hch@lst.de>
Wed, 13 Feb 2019 17:39:56 +0000 (18:39 +0100)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 19 Feb 2019 21:55:18 +0000 (13:55 -0800)
HAVE_KPROBES is defined genericly in arch/Kconfig and architectures
should just select it if supported.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/Kconfig

index 515fc3cc96871ff71d2e2809ca4448821efb071b..b60f4e3e36f4e13084a468cc5669114519f64129 100644 (file)
@@ -94,9 +94,6 @@ config PGTABLE_LEVELS
        default 3 if 64BIT
        default 2
 
-config HAVE_KPROBES
-       def_bool n
-
 menu "Platform type"
 
 choice