Revision 2785591a9760c677a7ee6f541e751c23086f5bfd authored by Kailang Yang on 21 December 2010, 08:09:53 UTC, committed by Takashi Iwai on 21 December 2010, 08:13:11 UTC
Set GPIO2 for some Sony VAIO with ALC275 to fix speaker output.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 022c92b
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