Revision c9a816c0ecb8cef8e6573a8eab47fc48c765e0a1 authored by Linus Torvalds on 13 March 2011, 23:01:11 UTC, committed by Linus Torvalds on 13 March 2011, 23:01:11 UTC
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:
  hwmon/f71882fg: Set platform drvdata to NULL later
  hwmon/f71882fg: Fix a typo in a comment
2 parent s 0e5b88c + d9ebaa4
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