diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-03 09:12:39 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-03 19:23:22 +0000 |
commit | 810e566c8019f5da2f215bf5a257525ac216dfe5 (patch) | |
tree | 0a4bad8e5b13b17289b09dc87ead03f031cdf786 /src/mainboard/aopen/dxplplusu/Kconfig | |
parent | a8dc3f58a9d47f644818551123fc16948d203131 (diff) | |
download | coreboot-810e566c8019f5da2f215bf5a257525ac216dfe5.tar.xz |
aopen/dxplplusu: Remove PIRQ table
It was never tested or injected.
Change-Id: I3fd82aaa11afc5adab212ec6709580b4bcc67ca3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34001
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/aopen/dxplplusu/Kconfig')
-rw-r--r-- | src/mainboard/aopen/dxplplusu/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/aopen/dxplplusu/Kconfig b/src/mainboard/aopen/dxplplusu/Kconfig index 905ddd5800..7dc0eab674 100644 --- a/src/mainboard/aopen/dxplplusu/Kconfig +++ b/src/mainboard/aopen/dxplplusu/Kconfig @@ -7,8 +7,6 @@ config BOARD_SPECIFIC_OPTIONS select SOUTHBRIDGE_INTEL_I82870 select SOUTHBRIDGE_INTEL_I82801DX select SUPERIO_SMSC_LPC47M10X -# select HAVE_PIRQ_TABLE -# select PIRQ_ROUTE select UDELAY_TSC select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_2048 |