Skip to content

Commit

Permalink
AppleTV: Enable PCIEAER and PCIEPM support
Browse files Browse the repository at this point in the history
The AppleTV hardware supports both PCI-Express Advanced Error Reporting and PCI-Express Power Management.
  • Loading branch information
dagwieers committed Apr 22, 2013
1 parent 14e958d commit ba5eb7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/ATV/linux/linux.i386.conf
Expand Up @@ -512,12 +512,15 @@ CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
CONFIG_PCIEPORTBUS=y
# CONFIG_PCIEAER is not set
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
Expand Down

0 comments on commit ba5eb7b

Please sign in to comment.