mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-20 21:56:37 +00:00

Remove KPROBES option from Kconfig.debug and include kernel/Kconfig.instrumentation. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
menu "Kernel hacking"
|
|
|
|
config TRACE_IRQFLAGS_SUPPORT
|
|
bool
|
|
default y
|
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
endmenu
|