mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
dd81c8ab81
commit
79a47bad61
1 changed files with 0 additions and 3 deletions
|
@ -94,9 +94,6 @@ config PGTABLE_LEVELS
|
|||
default 3 if 64BIT
|
||||
default 2
|
||||
|
||||
config HAVE_KPROBES
|
||||
def_bool n
|
||||
|
||||
menu "Platform type"
|
||||
|
||||
choice
|
||||
|
|
Loading…
Reference in a new issue