diff options
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 754a75e58792..496d635f89b2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -605,7 +605,7 @@ config BOOT_LINK_OFFSET | |||
605 | 605 | ||
606 | config UBC_WAKEUP | 606 | config UBC_WAKEUP |
607 | bool "Wakeup UBC on startup" | 607 | bool "Wakeup UBC on startup" |
608 | depends on CPU_SH4 | 608 | depends on CPU_SH4 && !CPU_SH4A |
609 | help | 609 | help |
610 | Selecting this option will wakeup the User Break Controller (UBC) on | 610 | Selecting this option will wakeup the User Break Controller (UBC) on |
611 | startup. Although the UBC is left in an awake state when the processor | 611 | startup. Although the UBC is left in an awake state when the processor |