Revision 45694c2895c194ffa74becde4120af6eb6afeefe authored by Linus Torvalds on 10 June 2011, 03:14:21 UTC, committed by Linus Torvalds on 10 June 2011, 03:14:21 UTC
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:
  libata: fix unexpectedly frozen port after ata_eh_reset()
2 parent s 7f45e5c + 8c56cac
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