summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-29 12:41:56 +0800
committerAndy Green <andy.green@linaro.org>2011-12-29 13:40:10 +0800
commit416071ebd6f796ad663d98a04f9f300d60999b01 (patch)
treefc0eb9fb95cf276a1cb9e9746ed5dcc51b4b1c17
parent2b176282ccd60b683ed176dc6dfc3b475702dd3c (diff)
config re enable smartreflex
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/configs/omap4_defconfig2
-rw-r--r--arch/arm/plat-omap/Kconfig2
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/omap4_defconfig b/arch/arm/configs/omap4_defconfig
index f2bc3893a17..c14b2ed5290 100644
--- a/arch/arm/configs/omap4_defconfig
+++ b/arch/arm/configs/omap4_defconfig
@@ -27,6 +27,8 @@ CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
# CONFIG_BLK_DEV_BSG is not set
CONFIG_ARCH_OMAP=y
+CONFIG_OMAP_SMARTREFLEX=y
+CONFIG_OMAP_SMARTREFLEX_CLASS3=y
CONFIG_OMAP_MUX_DEBUG=y
CONFIG_OMAP_SCM_DEV=y
# CONFIG_ARCH_OMAP2 is not set
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index cfad5ac1820..b2e1e692286 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -41,7 +41,7 @@ config OMAP_DEBUG_LEDS
config OMAP_SMARTREFLEX
bool "SmartReflex support"
- depends on (ARCH_OMAP3 || ARCH_OMAP4) && PM && BROKEN
+ depends on (ARCH_OMAP3 || ARCH_OMAP4) && PM
help
Say Y if you want to enable SmartReflex.