https://github.com/torvalds/linux
Revision de505e709ffb09a7382ca8e0d8c7dbb171ba5830 authored by Linus Torvalds on 19 June 2011, 03:33:31 UTC, committed by Linus Torvalds on 19 June 2011, 03:33:31 UTC
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:
  hwmon: (s3c) Initialize sysfs attributes
  hwmon: (ibmpex) Initialize sysfs attributes
  hwmon: (ibmaem) Initialize sysfs attributes
  hwmon: (asus_atk0110) Consolidate sysfs attribute initialization
  hwmon: (coretemp) Drop unused struct members
2 parent s c11760c + b1e698d
Raw File
Tip revision: de505e709ffb09a7382ca8e0d8c7dbb171ba5830 authored by Linus Torvalds on 19 June 2011, 03:33:31 UTC
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
Tip revision: de505e7
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