Revision 622f9a8e7b8043a5ea2c7d047d65ecad01fe0f97 authored by James Bottomley on 13 July 2013, 04:22:56 UTC, committed by James Bottomley on 13 July 2013, 04:22:56 UTC
A short series of fixes to libfc, libfcoe and fcoe.
Most patches fix formatting problems, one changes
the behavior of which discovered ports can/will be
logged into and another fixes a memory leak.
2 parent s 655ee63 + 7a5ed75
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