summaryrefslogtreecommitdiffstats
path: root/src/mainboard/libretrend
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/libretrend
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/libretrend')
-rw-r--r--src/mainboard/libretrend/lt1000/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/libretrend/lt1000/Kconfig b/src/mainboard/libretrend/lt1000/Kconfig
index fd6e5203ff6f..2726a2ca9359 100644
--- a/src/mainboard/libretrend/lt1000/Kconfig
+++ b/src/mainboard/libretrend/lt1000/Kconfig
@@ -12,10 +12,6 @@ config BOARD_SPECIFIC_OPTIONS
select SPD_READ_BY_WORD
select SUPERIO_ITE_IT8786E
-config IRQ_SLOT_COUNT
- int
- default 18
-
config MAINBOARD_PART_NUMBER
default "LT1000"