summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-10 16:37:13 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-23 19:57:52 +0200
commitedae744467297aa31e0ff994864ec0a68434758f (patch)
tree366ab0e10b2a58c7ade9c83e9b6d2509c2bdd1e9 /src/mainboard
parente6946c626a8170ce25831371abd496418556606e (diff)
downloadcoreboot-edae744467297aa31e0ff994864ec0a68434758f.tar.xz
drop unneeded IRQ_SLOT_COUNTs
This is only needed on boards that still provide old style PIRQ tables. Change-Id: Ie299de2937e5b91b7b3e1d1110e40be23c6d9f52 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10508 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/emulation/qemu-q35/Kconfig4
-rw-r--r--src/mainboard/gigabyte/ga-b75m-d3h/Kconfig4
-rw-r--r--src/mainboard/gigabyte/ga-b75m-d3v/Kconfig4
-rw-r--r--src/mainboard/google/jecht/Kconfig4
4 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig
index fcc750c09a..547c1ac097 100644
--- a/src/mainboard/emulation/qemu-q35/Kconfig
+++ b/src/mainboard/emulation/qemu-q35/Kconfig
@@ -27,10 +27,6 @@ config BOOTBLOCK_MAINBOARD_INIT
string
default "mainboard/emulation/qemu-q35/bootblock.c"
-#config IRQ_SLOT_COUNT
-# int
-# default 6
-
config MMCONF_BASE_ADDRESS
hex
default 0xb0000000
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
index 39c04c6036..a98e490992 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
@@ -39,10 +39,6 @@ config MAINBOARD_PART_NUMBER
string
default "GA-B75M-D3H"
-config IRQ_SLOT_COUNT
- int
- default 18
-
config MAX_CPUS
int
default 8
diff --git a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
index 20db0c025a..bf2f28079a 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
@@ -40,10 +40,6 @@ config MAINBOARD_PART_NUMBER
string
default "GA-B75M-D3V"
-config IRQ_SLOT_COUNT
- int
- default 18
-
config MAX_CPUS
int
default 8
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index fbf61def00..34f90871a1 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -27,10 +27,6 @@ config MAINBOARD_PART_NUMBER
string
default "Jecht"
-config IRQ_SLOT_COUNT
- int
- default 18
-
config MAX_CPUS
int
default 8