Revision a7c56ebac1bce799b583230595b4de9ccb8162d0 authored by Linus Torvalds on 06 October 2011, 15:30:03 UTC, committed by Linus Torvalds on 06 October 2011, 15:30:03 UTC
* 'for-linus' of git://neil.brown.name/md:
  md: Avoid waking up a thread after it has been freed.
2 parent s 538d288 + 01f96c0
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