diff options
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index f1673fb96fe9..f4e05134aafa 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -57,6 +57,15 @@ config OMAP_SMARTREFLEX | |||
57 | by default during system init via the enable_on_init flag | 57 | by default during system init via the enable_on_init flag |
58 | which an be passed as platform data to the smartreflex driver. | 58 | which an be passed as platform data to the smartreflex driver. |
59 | 59 | ||
60 | config OMAP_SMARTREFLEX_CLASS3 | ||
61 | bool "Class 3 mode of Smartreflex Implementation" | ||
62 | depends on OMAP_SMARTREFLEX && TWL4030_CORE | ||
63 | help | ||
64 | Say Y to enable Class 3 implementation of Smartreflex | ||
65 | |||
66 | Class 3 implementation of Smartreflex employs continuous hardware | ||
67 | voltage calibration. | ||
68 | |||
60 | config OMAP_RESET_CLOCKS | 69 | config OMAP_RESET_CLOCKS |
61 | bool "Reset unused clocks during boot" | 70 | bool "Reset unused clocks during boot" |
62 | depends on ARCH_OMAP | 71 | depends on ARCH_OMAP |