Revision 0a2c986557b964453f8deeaf56f6d88bf3e65e92 authored by Linus Torvalds on 23 November 2011, 17:49:39 UTC, committed by Linus Torvalds on 23 November 2011, 17:49:39 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator: TPS65910: Fix VDD1/2 voltage selector count
2 parent s 2d0f240 + 780dc9b
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