summaryrefslogtreecommitdiffstats
path: root/src/mainboard/purism/librem_skl/Kconfig
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/purism/librem_skl/Kconfig
parentc78c46d433eb6103c943dc8f7db9fa970643acce (diff)
downloadcoreboot-37a977dde945de15464925d4501d4b85e01c3a16.tar.gz
coreboot-37a977dde945de15464925d4501d4b85e01c3a16.tar.bz2
coreboot-37a977dde945de15464925d4501d4b85e01c3a16.zip
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/purism/librem_skl/Kconfig')
-rw-r--r--src/mainboard/purism/librem_skl/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/purism/librem_skl/Kconfig b/src/mainboard/purism/librem_skl/Kconfig
index 9d2688f92e8d..4c6f6a8ade22 100644
--- a/src/mainboard/purism/librem_skl/Kconfig
+++ b/src/mainboard/purism/librem_skl/Kconfig
@@ -18,10 +18,6 @@ config BOARD_PURISM_BASEBOARD_LIBREM_SKL
if BOARD_PURISM_BASEBOARD_LIBREM_SKL
-config IRQ_SLOT_COUNT
- int
- default 18
-
config VARIANT_DIR
default "librem13" if BOARD_PURISM_LIBREM13_V2 || BOARD_PURISM_LIBREM13_V4
default "librem15" if BOARD_PURISM_LIBREM15_V3 || BOARD_PURISM_LIBREM15_V4