aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2020-06-24 20:40:21 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-06-25 20:36:11 +0000
commitbc6aa222a61152e4eb37f836a52aaa74bcdfed63 (patch)
tree347d845672381344fe5cd94c0a9362c82188c1bd /src/mainboard/amd
parentcd36c52d789017ca7b0c29530e04cb8278cdd2ff (diff)
mb/amd/mandolin: remove unused option IRQ_SLOT_COUNT
That option is only relevant if the boards selects HAVE_PIRQ_TABLE which it doesn't. Change-Id: I76c098c7029ed9d797f6c4fb016eaa18854fadd3 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42781 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/mandolin/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig
index f25fa8a44a..42ac9e5c6c 100644
--- a/src/mainboard/amd/mandolin/Kconfig
+++ b/src/mainboard/amd/mandolin/Kconfig
@@ -42,10 +42,6 @@ config MAX_CPUS
int
default 8
-config IRQ_SLOT_COUNT
- int
- default 11
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y