https://github.com/torvalds/linux
Raw File
Tip revision: 0a9a17e3bb4564caf4bfe2a6783ae1287667d188 authored by Brian King on 17 November 2017, 17:05:43 UTC
ixgbe: Fix skb list corruption on Power systems
Tip revision: 0a9a17e
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# 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