diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index af2b174fd7d9..334917a62ecf 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -20,6 +20,8 @@ config SUPERH | |||
20 | 20 | ||
21 | config SUPERH32 | 21 | config SUPERH32 |
22 | def_bool !SUPERH64 | 22 | def_bool !SUPERH64 |
23 | select HAVE_KPROBES | ||
24 | select HAVE_KRETPROBES | ||
23 | 25 | ||
24 | config SUPERH64 | 26 | config SUPERH64 |
25 | def_bool y if CPU_SH5 | 27 | def_bool y if CPU_SH5 |