Revision 497b5b13c9e946651991e0296374a15d38590ce1 authored by Linus Torvalds on 14 December 2010, 19:06:17 UTC, committed by Linus Torvalds on 14 December 2010, 19:06:17 UTC
* 'for-linus' of git://oss.sgi.com/xfs/xfs:
  xfs: log timestamp changes to the source inode in rename
2 parent s e97b71d + 05340d4
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