diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-11-23 22:01:09 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-12-06 21:34:19 +0100 |
commit | 845e17c3f773d138e01cfd923395d7baf98057ae (patch) | |
tree | 1deaa3a4dc7d8342935f55f99fb12668fae00df0 /src/mainboard/google/slippy/Kconfig | |
parent | 45b64fbf9dcfb0eba83f4227b11d92905c8d1e03 (diff) | |
download | coreboot-845e17c3f773d138e01cfd923395d7baf98057ae.tar.xz |
Remove IRQ_SLOT_COUNT on all boards without PIRQ table.
This config is used only to generate PIRQ table. If no such table is
supplied there is no need for config.
Change-Id: I537d440f53019a6bf7f190446074e75e7420545a
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7566
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index 88bf50156a..42764a6828 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -38,10 +38,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 |