From 37a977dde945de15464925d4501d4b85e01c3a16 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 15 Oct 2021 11:46:11 +0200 Subject: Skylake boards: Drop setting useless `IRQ_SLOT_COUNT` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58362 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Michael Niewöhner --- src/mainboard/supermicro/x11-lga1151-series/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/supermicro') 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 -- cgit v1.2.3