https://github.com/torvalds/linux
Revision a86d52667d8eda5de39393ce737794403bdce1eb authored by Linus Torvalds on 18 April 2013, 22:14:34 UTC, committed by Linus Torvalds on 18 April 2013, 22:14:34 UTC
Pull x86 platform driver revert from Matthew Garrett:
 "It turns out that one of the hp-wmi patches this cycle breaks some
  other HP laptops.  I think we have a good idea how to work on it for
  3.10, but it's safer to just revert it for now."

* 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86:
  Revert "hp-wmi: Add support for SMBus hotkeys"
2 parent s 0a82a8d + c857b7f
Raw File
Tip revision: a86d52667d8eda5de39393ce737794403bdce1eb authored by Linus Torvalds on 18 April 2013, 22:14:34 UTC
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Tip revision: a86d526
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