Revision c2a7ff18edcdb9b04c655f361b0385bdbe3be935 authored by Bharat Kumar Gogada on 30 August 2016, 10:39:16 UTC, committed by Bjorn Helgaas on 13 September 2016, 14:17:08 UTC
The current driver logs PCIe core errors.  Add logging for individual core
events.

[bhelgaas: changelog]
Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 29b4817
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