diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index f4e05134aafa..11bf9f991509 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -37,7 +37,7 @@ config OMAP_DEBUG_LEDS | |||
37 | 37 | ||
38 | config OMAP_SMARTREFLEX | 38 | config OMAP_SMARTREFLEX |
39 | bool "SmartReflex support" | 39 | bool "SmartReflex support" |
40 | depends on ARCH_OMAP3 && PM | 40 | depends on (ARCH_OMAP3 || ARCH_OMAP4) && PM |
41 | help | 41 | help |
42 | Say Y if you want to enable SmartReflex. | 42 | Say Y if you want to enable SmartReflex. |
43 | 43 | ||