https://github.com/raspberrypi/linux
Raw File
Tip revision: 3273ed969add6d80fcaacc9a1756b6f544c8194a authored by Martin Cerveny on 13 February 2017, 16:23:47 UTC
dwc_otg: fix summarize urb->actual_length for isochronous transfers
Tip revision: 3273ed9
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