diff options
author | Christoph Hellwig <hch@lst.de> | 2019-02-13 20:39:56 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2019-02-20 00:55:18 +0300 |
commit | 79a47bad61bb340aed94e73b471616b246b2ecf3 (patch) | |
tree | 854c43e256718bb3f2e34067a807e327e43c72ed /arch/riscv | |
parent | dd81c8ab819d360c92703564d0a8d0b9d4688267 (diff) | |
download | linux-79a47bad61bb340aed94e73b471616b246b2ecf3.tar.xz |
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 <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/Kconfig | 3 |
1 files changed, 0 insertions, 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 |