Revision dd78dac893bc66de0bc241bdf54c2211c2c55567 authored by David S. Miller on 22 February 2016, 03:50:55 UTC, committed by David S. Miller on 22 February 2016, 03:50:55 UTC
Yuval Mintz says:

====================
bnx2x: Fix 848xx phys

This series contains link-related fixes, mostly for the 848xx phys
[2 patches are for 84833, and 2 patches are for 84858].
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 9ca69b7 + 4ec0b6d
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