Revision 2e3d5fa44f0f6e71ada2c4ed212ac23ca7ff0064 authored by David S. Miller on 22 December 2016, 16:15:53 UTC, committed by David S. Miller on 22 December 2016, 16:15:53 UTC
Kalle Valo says:

====================
wireless-drivers fixes for 4.10

All small fixes this time, especially important are the regression
fixes for rtlwifi and ath9k.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 7d99569 + 22b68b9
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