https://github.com/torvalds/linux
Revision ab5c5f639bba89d1103deae447836edf41e37659 authored by Linus Torvalds on 19 November 2011, 11:05:17 UTC, committed by Linus Torvalds on 19 November 2011, 11:05:17 UTC
* 'for-linus' of git://oss.sgi.com/xfs/xfs:
  MAINTAINERS: update XFS maintainer entry
  xfs: use doalloc flag in xfs_qm_dqattach_one()
2 parent s c5e0c78 + c889132
Raw File
Tip revision: ab5c5f639bba89d1103deae447836edf41e37659 authored by Linus Torvalds on 19 November 2011, 11:05:17 UTC
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Tip revision: ab5c5f6
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