https://github.com/torvalds/linux
Revision 353495a5abcee1368a93f71b0e49390f96f24fb4 authored by Linus Torvalds on 14 December 2010, 21:33:21 UTC, committed by Linus Torvalds on 14 December 2010, 21:33:21 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6:
  regulator: tps6586x: correct register table
  regulator: tps6586x: Handle both enable reg/bits being the same
  regulator: tps6586x: Fix TPS6586X_DVM to store goreg/bit
  regulator: tps6586x: Add missing bit mask generation
2 parent s f9ae3e1 + 1b39ed0
Raw File
Tip revision: 353495a5abcee1368a93f71b0e49390f96f24fb4 authored by Linus Torvalds on 14 December 2010, 21:33:21 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
Tip revision: 353495a
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