blob: 9f665d1a805ff940af7a3252bd881f74dd3835d0 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Chris Metcalf867e3592010-05-28 23:09:12 -04002menu "Kernel hacking"
3
4source "lib/Kconfig.debug"
5
6config EARLY_PRINTK
David Rientjes6a108a12011-01-20 14:44:16 -08007 bool "Early printk" if EXPERT && DEBUG_KERNEL
Chris Metcalf867e3592010-05-28 23:09:12 -04008 default y
9 help
10 Write kernel log output directly via the hypervisor console.
11
12 This is useful for kernel debugging when your machine crashes very
13 early before the console code is initialized. For normal operation
14 it is not recommended because it looks ugly and doesn't cooperate
15 with klogd/syslogd. You should normally N here,
16 unless you want to debug such a crash.
17
Chris Metcalf9ae09832013-08-07 16:03:08 -040018config TILE_HVGLUE_TRACE
19 bool "Provide wrapper functions for hypervisor ABI calls"
20 default n
21 help
22 Provide wrapper functions for the hypervisor ABI calls
23 defined in arch/tile/kernel/hvglue.S. This allows tracing
24 mechanisms, etc., to have visibility into those calls.
25
Chris Metcalf867e3592010-05-28 23:09:12 -040026endmenu