https://github.com/torvalds/linux
Revision df2a8f39cdecdf59be797b9c86b26f90b37321e7 authored by Linus Torvalds on 23 March 2013, 19:32:14 UTC, committed by Linus Torvalds on 23 March 2013, 19:32:14 UTC
Pull i2c fixes from Wolfram Sang:
 "One bugfix for the tegra driver.  Two updates regarding email
  addresses and MAINTAINERS which I like to have up-to-date so people
  can be reached immediately.  While we are here, there is on PCI_ID
  addition."

* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  MAINTAINERS: add maintainer entry for atmel i2c driver
  i2c: Fix my e-mail address in drivers and documentation
  i2c: iSMT: add Intel Avoton DeviceIDs
  i2c: tegra: check the clk_prepare_enable() return value
2 parent s a4e71e7 + 888f280
Raw File
Tip revision: df2a8f39cdecdf59be797b9c86b26f90b37321e7 authored by Linus Torvalds on 23 March 2013, 19:32:14 UTC
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Tip revision: df2a8f3
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