diff options
Diffstat (limited to 'drivers')
-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 |