https://github.com/torvalds/linux
Revision a49cd5f6e9035151c1a0ba1e27fe155f0b82f1d6 authored by Linus Torvalds on 14 December 2010, 21:33:52 UTC, committed by Linus Torvalds on 14 December 2010, 21:33:52 UTC
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
  firewire: ohci: fix regression with Agere FW643 rev 06, disable MSI
  firewire: ohci: fix regression with VIA VT6315, disable MSI
2 parent s 353495a + 9993e0f
Raw File
Tip revision: a49cd5f6e9035151c1a0ba1e27fe155f0b82f1d6 authored by Linus Torvalds on 14 December 2010, 21:33:52 UTC
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
Tip revision: a49cd5f
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