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/lenovo | |
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/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t520/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/t60/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x220/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x230/Kconfig | 4 |
7 files changed, 0 insertions, 28 deletions
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 |