diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-06-06 19:41:34 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-07-14 10:50:36 +0100 |
commit | 7b2db7049bb9e55efb7e0c8a7169d5a021b50284 (patch) | |
tree | ed1d22aca65c2746002db5ca9650fd1d550cb28e /drivers/edac/Kconfig | |
parent | 6adc32f58b9356ced575f9d820e8e3f1f629f830 (diff) |
EDAC, pnd2: convert to use common P2SB accessor
Since we have a common P2SB accessor in tree we may use it instead of
open coded variants.
Replace custom code by p2sb_bar() call.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Henning Schild <henning.schild@siemens.com>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index d3e2477948c8..17562cf1fe97 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -263,6 +263,7 @@ config EDAC_I10NM config EDAC_PND2 tristate "Intel Pondicherry2" depends on PCI && X86_64 && X86_MCE_INTEL + select P2SB if X86 help Support for error detection and correction on the Intel Pondicherry2 Integrated Memory Controller. This SoC IP is |