https://github.com/torvalds/linux
Revision a5bbef0b2deb7b943f095181309ecc9e1fc91c0f authored by Linus Torvalds on 18 February 2011, 20:44:41 UTC, committed by Linus Torvalds on 18 February 2011, 20:44:41 UTC
* 'for-linus/bugfixes' of git://xenbits.xen.org/people/ianc/linux-2.6:
  xen: suspend and resume system devices when running PVHVM
2 parent s bc3adfc + 8dd3838
Raw File
Tip revision: a5bbef0b2deb7b943f095181309ecc9e1fc91c0f authored by Linus Torvalds on 18 February 2011, 20:44:41 UTC
Merge branch 'for-linus/bugfixes' of git://xenbits.xen.org/people/ianc/linux-2.6
Tip revision: a5bbef0
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