Revision ffc96d628b651b69b39909fc3e9e8f465df1eed3 authored by Linus Torvalds on 27 December 2010, 18:36:27 UTC, committed by Linus Torvalds on 27 December 2010, 18:36:27 UTC
* 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/nommu-2.6:
  nommu: Provide stubbed alloc/free_vm_area() implementation.
  nommu: Fix up vmalloc_node() symbol export regression.
2 parent s c816d7c + 29c185e
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