aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-10-15 11:46:11 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-10-17 03:07:19 +0000
commit37a977dde945de15464925d4501d4b85e01c3a16 (patch)
treec1870f70342c7f74f7da5f8f4195600a30399d71 /src/mainboard/supermicro
parentc78c46d433eb6103c943dc8f7db9fa970643acce (diff)
Skylake boards: Drop setting useless `IRQ_SLOT_COUNT`
The `IRQ_SLOT_COUNT` value is only meaningful when generating a PIRQ table. None of these boards do it, so specifying this value achieves absolutely nothing. Drop it to prevent further useless copy-pasting. Change-Id: I2d63b850c03fc1471c0eef180e8b621311b2c336 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58362 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/x11-lga1151-series/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
index 519b6ee3f6..eb4a65e750 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig
+++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
@@ -66,10 +66,6 @@ config DRIVERS_IPMI_SUPERMICRO_OEM
config CBFS_SIZE
default 0xb00000
-config IRQ_SLOT_COUNT
- int
- default 18
-
config CONSOLE_POST
bool
default y