diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-04-07 21:10:58 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-04 00:47:39 +0300 |
commit | 8858ac8e9e9b1894f7bb218bc0035532371b8d7e (patch) | |
tree | 27e8dd1cac87b4bf316be5945bf45485cad21926 /arch/parisc/Kconfig | |
parent | ea1afe339a2b1260aa31a4d100155d4403446704 (diff) | |
download | linux-8858ac8e9e9b1894f7bb218bc0035532371b8d7e.tar.xz |
parisc: Implement kprobes
Implement kprobes support for PA-RISC.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index a80c19c7fc0e..7712688608f4 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -55,6 +55,7 @@ config PARISC select NEED_DMA_MAP_STATE select NEED_SG_DMA_LENGTH select HAVE_ARCH_KGDB + select HAVE_KPROBES help The PA-RISC microprocessor is designed by Hewlett-Packard and used |