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