diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-02 17:06:28 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-03 19:22:57 +0000 |
commit | 5ff6a6af0e93a8ad9383bc4c7db079b40133b0d2 (patch) | |
tree | 7395a6f5738bb9d9309627879a9c9b81017723a8 /src/mainboard/asrock/g41c-gs/Kconfig | |
parent | d05f57cfcbf069e9635c671c1ae53fcfced0c3b7 (diff) | |
download | coreboot-5ff6a6af0e93a8ad9383bc4c7db079b40133b0d2.tar.xz |
mb/intel/{i82801gx,x4x}: Don't select ASPM options
These are likely not properly set up and L1 is not even supported on
the desktop variant of the southbridge.
This fixes observed instability on some PCIe GPUs.
Change-Id: I70d3536984342614a6ef04a45bc6591e358e3abe
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36576
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock/g41c-gs/Kconfig')
-rw-r--r-- | src/mainboard/asrock/g41c-gs/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asrock/g41c-gs/Kconfig b/src/mainboard/asrock/g41c-gs/Kconfig index e7cbf7aeb1..81b0995988 100644 --- a/src/mainboard/asrock/g41c-gs/Kconfig +++ b/src/mainboard/asrock/g41c-gs/Kconfig @@ -30,9 +30,6 @@ config BOARD_SPECIFIC_OPTIONS || BOARD_ASROCK_G41M_VS3_R2_0 select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_1024 - select PCIEXP_ASPM - select PCIEXP_CLK_PM - select PCIEXP_L1_SUB_STATE select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT select HAVE_ACPI_RESUME |