]> asedeno.scripts.mit.edu Git - linux.git/commit
RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features there
authorTony Luck <tony.luck@intel.com>
Mon, 6 May 2019 11:13:22 +0000 (13:13 +0200)
committerBorislav Petkov <bp@suse.de>
Sat, 8 Jun 2019 15:39:24 +0000 (17:39 +0200)
commit60fd42d26cc7ec8847598da50ebf27e3c9647d7b
treed945852ed161d0b9349a8e2037cda5c8e31a6c55
parentf57518cd56e2919afbcef3839122a75e291c7f85
RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features there

The pfn and array files in (debugfs)/ras/cec are intended for debugging
the CEC code itself. They are not needed on production systems, so the
default setting for this CONFIG option is "n".

 [ bp: Have it with less ifdeffery by using IS_ENABLED(). ]

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/ras/Kconfig
drivers/ras/cec.c