]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/tile/Kconfig.debug
Merge tag 'v4.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux...
[mirror_ubuntu-eoan-kernel.git] / arch / tile / Kconfig.debug
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
867e359b
CM
2menu "Kernel hacking"
3
4source "lib/Kconfig.debug"
5
6config EARLY_PRINTK
6a108a14 7 bool "Early printk" if EXPERT && DEBUG_KERNEL
867e359b
CM
8 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
9ae09838
CM
18config 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
867e359b 26endmenu