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 | |
parent | 45b64fbf9dcfb0eba83f4227b11d92905c8d1e03 (diff) |
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')
31 files changed, 0 insertions, 124 deletions
diff --git a/src/mainboard/apple/macbook21/Kconfig b/src/mainboard/apple/macbook21/Kconfig index 8fd5f908d6..138ec87ebb 100644 --- a/src/mainboard/apple/macbook21/Kconfig +++ b/src/mainboard/apple/macbook21/Kconfig @@ -47,10 +47,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 2 diff --git a/src/mainboard/google/bolt/Kconfig b/src/mainboard/google/bolt/Kconfig index 7a756ccde7..5ffbb8dee6 100644 --- a/src/mainboard/google/bolt/Kconfig +++ b/src/mainboard/google/bolt/Kconfig @@ -36,10 +36,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/butterfly/Kconfig b/src/mainboard/google/butterfly/Kconfig index 26ec09f828..df7460ae98 100644 --- a/src/mainboard/google/butterfly/Kconfig +++ b/src/mainboard/google/butterfly/Kconfig @@ -30,10 +30,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/falco/Kconfig b/src/mainboard/google/falco/Kconfig index e89d14e761..d8dc21e0cb 100644 --- a/src/mainboard/google/falco/Kconfig +++ b/src/mainboard/google/falco/Kconfig @@ -39,10 +39,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/link/Kconfig b/src/mainboard/google/link/Kconfig index 130f025d3b..99baba57b8 100644 --- a/src/mainboard/google/link/Kconfig +++ b/src/mainboard/google/link/Kconfig @@ -27,10 +27,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/panther/Kconfig b/src/mainboard/google/panther/Kconfig index e96746f665..607b690ff7 100644 --- a/src/mainboard/google/panther/Kconfig +++ b/src/mainboard/google/panther/Kconfig @@ -35,10 +35,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/parrot/Kconfig b/src/mainboard/google/parrot/Kconfig index dcc4d5db55..bf423dfbd6 100644 --- a/src/mainboard/google/parrot/Kconfig +++ b/src/mainboard/google/parrot/Kconfig @@ -29,10 +29,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/peppy/Kconfig b/src/mainboard/google/peppy/Kconfig index acc23f2929..308b843140 100644 --- a/src/mainboard/google/peppy/Kconfig +++ b/src/mainboard/google/peppy/Kconfig @@ -41,10 +41,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/samus/Kconfig b/src/mainboard/google/samus/Kconfig index c6cbd183e4..cbfe2f2a4f 100644 --- a/src/mainboard/google/samus/Kconfig +++ b/src/mainboard/google/samus/Kconfig @@ -37,10 +37,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 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 diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig index 812926ae58..59871fad42 100644 --- a/src/mainboard/google/stout/Kconfig +++ b/src/mainboard/google/stout/Kconfig @@ -27,10 +27,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/intel/bakersport_fsp/Kconfig b/src/mainboard/intel/bakersport_fsp/Kconfig index 567889d191..5c0707f8fe 100644 --- a/src/mainboard/intel/bakersport_fsp/Kconfig +++ b/src/mainboard/intel/bakersport_fsp/Kconfig @@ -49,10 +49,6 @@ config MAINBOARD_PART_NUMBER string default "Bakersport CRB (FSP)" -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/intel/baskingridge/Kconfig b/src/mainboard/intel/baskingridge/Kconfig index 512591e5c6..e3c2cf7a99 100644 --- a/src/mainboard/intel/baskingridge/Kconfig +++ b/src/mainboard/intel/baskingridge/Kconfig @@ -26,10 +26,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/intel/bayleybay_fsp/Kconfig b/src/mainboard/intel/bayleybay_fsp/Kconfig index 384a2dbbcc..2c6239061d 100644 --- a/src/mainboard/intel/bayleybay_fsp/Kconfig +++ b/src/mainboard/intel/bayleybay_fsp/Kconfig @@ -49,10 +49,6 @@ config MAINBOARD_PART_NUMBER string default "Bayley Bay CRB (FSP)" -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/intel/cougar_canyon2/Kconfig b/src/mainboard/intel/cougar_canyon2/Kconfig index 3b2516167c..27b9a97d4d 100644 --- a/src/mainboard/intel/cougar_canyon2/Kconfig +++ b/src/mainboard/intel/cougar_canyon2/Kconfig @@ -28,10 +28,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf8000000 # set to match FSP -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/intel/emeraldlake2/Kconfig b/src/mainboard/intel/emeraldlake2/Kconfig index dc04631fc1..d6f41577fa 100644 --- a/src/mainboard/intel/emeraldlake2/Kconfig +++ b/src/mainboard/intel/emeraldlake2/Kconfig @@ -25,10 +25,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/intel/minnowmax/Kconfig b/src/mainboard/intel/minnowmax/Kconfig index aacf17452e..1a940b23a5 100644 --- a/src/mainboard/intel/minnowmax/Kconfig +++ b/src/mainboard/intel/minnowmax/Kconfig @@ -58,10 +58,6 @@ config MINNOWMAX_2GB_SKU bool "2GB" endchoice -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/intel/mohonpeak/Kconfig b/src/mainboard/intel/mohonpeak/Kconfig index eb97663c7a..a140f15834 100644 --- a/src/mainboard/intel/mohonpeak/Kconfig +++ b/src/mainboard/intel/mohonpeak/Kconfig @@ -48,10 +48,6 @@ config MAINBOARD_PART_NUMBER string default "Mohon Peak CRB" -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/intel/wtm2/Kconfig b/src/mainboard/intel/wtm2/Kconfig index 353279a865..c868e73abd 100644 --- a/src/mainboard/intel/wtm2/Kconfig +++ b/src/mainboard/intel/wtm2/Kconfig @@ -28,10 +28,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 16 diff --git a/src/mainboard/kontron/ktqm77/Kconfig b/src/mainboard/kontron/ktqm77/Kconfig index 5f92c6ca0a..485978c487 100644 --- a/src/mainboard/kontron/ktqm77/Kconfig +++ b/src/mainboard/kontron/ktqm77/Kconfig @@ -26,10 +26,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig index be2f5aaefd..d91ed6760c 100644 --- a/src/mainboard/lenovo/t520/Kconfig +++ b/src/mainboard/lenovo/t520/Kconfig @@ -43,10 +43,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 80c04c116f..33fcd7d307 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -44,10 +44,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index fbe2c72305..0cf19a1eac 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -42,10 +42,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 2 diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index 2dc5e4b4e2..15e55c79ac 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -37,10 +37,6 @@ config USBDEBUG_HCD_INDEX int default 2 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 2 diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig index ac7f8df4ba..b1ca2f573a 100644 --- a/src/mainboard/lenovo/x201/Kconfig +++ b/src/mainboard/lenovo/x201/Kconfig @@ -31,10 +31,6 @@ config MMCONF_BASE_ADDRESS hex default 0xe0000000 -config IRQ_SLOT_COUNT - int - default 18 - config USBDEBUG_HCD_INDEX int default 2 diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig index 2161a8ffcf..20e95272a1 100644 --- a/src/mainboard/lenovo/x220/Kconfig +++ b/src/mainboard/lenovo/x220/Kconfig @@ -44,10 +44,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig index 2f8f7b2e70..1a1e0189ec 100644 --- a/src/mainboard/lenovo/x230/Kconfig +++ b/src/mainboard/lenovo/x230/Kconfig @@ -44,10 +44,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/packardbell/ms2290/Kconfig b/src/mainboard/packardbell/ms2290/Kconfig index 58053e27b7..3ea302ab6a 100644 --- a/src/mainboard/packardbell/ms2290/Kconfig +++ b/src/mainboard/packardbell/ms2290/Kconfig @@ -38,10 +38,6 @@ config MMCONF_BASE_ADDRESS hex default 0xe0000000 -config IRQ_SLOT_COUNT - int - default 18 - config USBDEBUG_HCD_INDEX int default 2 diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig index 947784880d..a17717ac20 100644 --- a/src/mainboard/roda/rk9/Kconfig +++ b/src/mainboard/roda/rk9/Kconfig @@ -28,10 +28,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 2 diff --git a/src/mainboard/samsung/lumpy/Kconfig b/src/mainboard/samsung/lumpy/Kconfig index 7d03fa0320..baf0eeeb89 100644 --- a/src/mainboard/samsung/lumpy/Kconfig +++ b/src/mainboard/samsung/lumpy/Kconfig @@ -29,10 +29,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 diff --git a/src/mainboard/samsung/stumpy/Kconfig b/src/mainboard/samsung/stumpy/Kconfig index eee375536a..17484a9eff 100644 --- a/src/mainboard/samsung/stumpy/Kconfig +++ b/src/mainboard/samsung/stumpy/Kconfig @@ -26,10 +26,6 @@ config MMCONF_BASE_ADDRESS hex default 0xf0000000 -config IRQ_SLOT_COUNT - int - default 18 - config MAX_CPUS int default 8 |