Revision 5002921407ca0ae03d8066fa5b64b4dab868a361 authored by Greg Kroah-Hartman on 06 November 2014, 20:22:36 UTC, committed by Greg Kroah-Hartman on 06 November 2014, 20:22:36 UTC
Johan writes:

USB-serial fixes for v3.18-rc4

Two fixes of non-atomic allocations in write paths.

Signed-off-by: Johan Hovold <johan@kernel.org>
2 parent s f20531a + e681286
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