aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-10-02 01:04:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-10-02 01:04:30 +0900
commitf9d885c3e59e50863565bddd2672656b57b15035 (patch)
tree07c3ac0cb2d56d037693b23ec2d09286bfee539b /drivers
parentsh: Support userimask for all SH-X3 interrupt controllers. (diff)
downloadlinux-dev-f9d885c3e59e50863565bddd2672656b57b15035.tar.xz
linux-dev-f9d885c3e59e50863565bddd2672656b57b15035.zip
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')
-rw-r--r--drivers/sh/Kconfig2
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
config INTC_BALANCING
bool "Hardware IRQ balancing support"
- depends on SMP && SUPERH && CPU_SUBTYPE_SH7786
+ depends on SMP && SUPERH && CPU_SHX3
help
This enables support for IRQ auto-distribution mode on SH-X3
SMP parts. All of the balancing and CPU wakeup decisions are