TI OMAP3 PM specific configuration files Signed-off-by: Karthik Dasu <karthik-dp@xxxxxx> Acked-by: Richard Woodruff <r-woodruff2@xxxxxx> Acked-by: Vikram Pandita <vikram.pandita@xxxxxx> --- kernel/power/Kconfig | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+) Index: git-latest5/kernel/power/Kconfig =================================================================== --- git-latest5.orig/kernel/power/Kconfig 2008-02-29 21:54:15.729235883 +0530 +++ git-latest5/kernel/power/Kconfig 2008-02-29 21:57:51.521273811 +0530 @@ -203,3 +203,27 @@ random kernel OOPSes or reboots that don't seem to be related to anything, try disabling/enabling this option (or disabling/enabling APM in your BIOS). + +menu "OMAP power management options" + depends on OMAP3_PM + +config MPU_OFF + bool "Enable MPU off" + depends on OMAP3_PM + default y + ---help--- + This option is for enabling MPU domain to go to OFF state in cpuidle and suspend/resume. + +config HW_SUP_TRANS + bool "OMAP3430 enable H/W supervised transition for clock domains" + depends on OMAP3_PM + default n + +config DISABLE_EMUDOMAIN_CONTROL + bool "Disable h/w supervised control of EMU clock domain" + depends on OMAP3_PM + default y + ---help--- + This option is for disabling h/w supervised control of EMU clock domain. Required for debugging using JTAG + +endmenu -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html