Revision 8bd142c01648cdb33e9bcafa0448ba2c20ed814c authored by Paolo Bonzini on 24 November 2015, 18:34:40 UTC, committed by Paolo Bonzini on 24 November 2015, 18:34:40 UTC
KVM/ARM Fixes for v4.4-rc3.

Includes some timer fixes, properly unmapping PTEs, an errata fix, and two
tweaks to the EL2 panic code.
2 parent s d792aba + fbb4574
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top