diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-10-15 11:46:11 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-17 03:07:19 +0000 |
commit | 37a977dde945de15464925d4501d4b85e01c3a16 (patch) | |
tree | c1870f70342c7f74f7da5f8f4195600a30399d71 /src/mainboard/asrock/h110m/Kconfig | |
parent | c78c46d433eb6103c943dc8f7db9fa970643acce (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/asrock/h110m/Kconfig')
-rw-r--r-- | src/mainboard/asrock/h110m/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/asrock/h110m/Kconfig b/src/mainboard/asrock/h110m/Kconfig index aeb89298af..3a55f9e1f3 100644 --- a/src/mainboard/asrock/h110m/Kconfig +++ b/src/mainboard/asrock/h110m/Kconfig @@ -17,10 +17,6 @@ config BOARD_SPECIFIC_OPTIONS select RT8168_SET_LED_MODE select MAINBOARD_HAS_LPC_TPM -config IRQ_SLOT_COUNT - int - default 18 - config MAINBOARD_DIR default "asrock/h110m" |