diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2020-06-24 22:29:06 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-26 16:14:47 +0000 |
commit | ad977efa233dfe2833a144a9c82a7602772c258d (patch) | |
tree | d2d827f35e71931b0b17e49906f6589fdfad89b1 | |
parent | 3d53d5397fcdae685897f28c17d3c0af3a886af9 (diff) | |
download | coreboot-ad977efa233dfe2833a144a9c82a7602772c258d.tar.xz |
mb/google/zork/Kconfig: remove unused option IRQ_SLOT_COUNT
That option is only relevant if the boards selects HAVE_PIRQ_TABLE which
it doesn't.
Change-Id: Ib5839a42f5133f5f84e1e1e4e587801b916ca571
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42787
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r-- | src/mainboard/google/zork/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index 17c5d5147c..a9e95624d0 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -91,10 +91,6 @@ config MAX_CPUS int default 8 -config IRQ_SLOT_COUNT - int - default 11 - config ONBOARD_VGA_IS_PRIMARY bool default y |