https://github.com/torvalds/linux
Revision fd290e7096bd4441fdd61e241ee997b16e04afbd authored by Greg Kroah-Hartman on 23 March 2017, 21:07:22 UTC, committed by Greg Kroah-Hartman on 23 March 2017, 21:07:22 UTC
Johan writes:

USB-serial fixes for v4.11-rc4

Some more device ids for option and qcserial.

Signed-off-by: Johan Hovold <johan@kernel.org>
2 parent s 5617c05 + 436ecf5
Raw File
Tip revision: fd290e7096bd4441fdd61e241ee997b16e04afbd authored by Greg Kroah-Hartman on 23 March 2017, 21:07:22 UTC
Merge tag 'usb-serial-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Tip revision: fd290e7
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