diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-04-04 21:14:10 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-03 23:47:38 +0200 |
commit | eacbfce19d8b6dbd7958cbe01d65a21324cc2fad (patch) | |
tree | 7c0da6ed84b5ff839e7ca019c45ee2bc28a4ec7f /arch/parisc/Kconfig | |
parent | parisc: add parisc code patching (diff) | |
download | linux-eacbfce19d8b6dbd7958cbe01d65a21324cc2fad.tar.xz linux-eacbfce19d8b6dbd7958cbe01d65a21324cc2fad.zip |
parisc: add KGDB support
This patch add KGDB support to PA-RISC. It also implements
single-stepping utilizing the recovery counter.
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 c8e621296092..a80c19c7fc0e 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -54,6 +54,7 @@ config PARISC select CPU_NO_EFFICIENT_FFS select NEED_DMA_MAP_STATE select NEED_SG_DMA_LENGTH + select HAVE_ARCH_KGDB help The PA-RISC microprocessor is designed by Hewlett-Packard and used |