diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-10 16:37:13 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-23 19:57:52 +0200 |
commit | edae744467297aa31e0ff994864ec0a68434758f (patch) | |
tree | 366ab0e10b2a58c7ade9c83e9b6d2509c2bdd1e9 /src/mainboard/gigabyte/ga-b75m-d3v/Kconfig | |
parent | e6946c626a8170ce25831371abd496418556606e (diff) |
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/gigabyte/ga-b75m-d3v/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/ga-b75m-d3v/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |