diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 12:04:30 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 12:04:30 -0400 |
commit | f9d885c3e59e50863565bddd2672656b57b15035 (patch) | |
tree | 07c3ac0cb2d56d037693b23ec2d09286bfee539b /drivers/sh/Kconfig | |
parent | e15f6870a2f2a29abcdb910b80f9629bcf7f5566 (diff) |
sh: Support IRQ balancing for SH-X3 proto cores, too.
This adds in hardware IRQ auto-distribution support for SH-X3 proto CPUs,
following the SH7786 support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/Kconfig')
-rw-r--r-- | drivers/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/Kconfig b/drivers/sh/Kconfig index a54de0b9b3df..1dc8b7ae35fb 100644 --- a/drivers/sh/Kconfig +++ b/drivers/sh/Kconfig | |||
@@ -14,7 +14,7 @@ config INTC_USERIMASK | |||
14 | 14 | ||
15 | config INTC_BALANCING | 15 | config INTC_BALANCING |
16 | bool "Hardware IRQ balancing support" | 16 | bool "Hardware IRQ balancing support" |
17 | depends on SMP && SUPERH && CPU_SUBTYPE_SH7786 | 17 | depends on SMP && SUPERH && CPU_SHX3 |
18 | help | 18 | help |
19 | This enables support for IRQ auto-distribution mode on SH-X3 | 19 | This enables support for IRQ auto-distribution mode on SH-X3 |
20 | SMP parts. All of the balancing and CPU wakeup decisions are | 20 | SMP parts. All of the balancing and CPU wakeup decisions are |