Message ID | 20200415001244.144623-4-helgaas@kernel.org |
---|---|
State | New |
Headers | show |
Series | PCI: Don't select Kconfig symbols by default | expand |
Hi, On 4/14/20 5:12 PM, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@google.com> > > PCIe Advanced Error Reporting (AER) is optional and there's no need for it > to be selected by default. > > Remove the "default y" for CONFIG_PCIEAER. Makes sense. Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > Cc: Russell Currey <ruscur@russell.cc> > Cc: Sam Bobroff <sbobroff@linux.ibm.com> > Cc: Oliver O'Halloran <oohall@gmail.com> > Cc: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> > --- > drivers/pci/pcie/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig > index 66386811cfde..9cd31331aee9 100644 > --- a/drivers/pci/pcie/Kconfig > +++ b/drivers/pci/pcie/Kconfig > @@ -25,7 +25,6 @@ config PCIEAER > bool "PCI Express Advanced Error Reporting support" > depends on PCIEPORTBUS > select RAS > - default y > help > This enables PCI Express Root Port Advanced Error Reporting > (AER) driver support. Error reporting messages sent to Root >
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig index 66386811cfde..9cd31331aee9 100644 --- a/drivers/pci/pcie/Kconfig +++ b/drivers/pci/pcie/Kconfig @@ -25,7 +25,6 @@ config PCIEAER bool "PCI Express Advanced Error Reporting support" depends on PCIEPORTBUS select RAS - default y help This enables PCI Express Root Port Advanced Error Reporting (AER) driver support. Error reporting messages sent to Root