Revision d93816a63c2b23607ffc318a8addbd54242956c7 authored by Linus Torvalds on 25 January 2013, 03:14:22 UTC, committed by Linus Torvalds on 25 January 2013, 03:14:22 UTC
Pull kvm fixlet from Marcelo Tosatti.

* git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: PPC: Emulate dcbf
2 parent s 01acd3e + d328614
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