Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb5ba33e authored by Hemant Kumar's avatar Hemant Kumar
Browse files

arm: defconfig: Enable PCI Express AER driver



Enable this driver to allow using standard APIs
to enable and disable AER support in endpoint
driver. In order to enable this driver
CONFIG_PCI_QTI needs to be enabled to prevent
GKI ABI breakage for GKI enabled configuration.

Change-Id: Icec7e6b10a7449d7dcf011afd73e1c573c16c8c5
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent a9eb6ca4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -362,3 +362,5 @@ CONFIG_QCOM_SHOW_RESUME_IRQ=y
CONFIG_HARDENED_USERCOPY=y
# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
CONFIG_ENABLE_GSB=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
+3 −0
Original line number Diff line number Diff line
@@ -922,3 +922,6 @@ CONFIG_HARDENED_USERCOPY=y
CONFIG_SERIAL_MSM_HS=y
CONFIG_STM_PROTO_BASIC=y
CONFIG_QTI_ADC_TM=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_PCI_QTI=y