diff options
author | Tony Lindgren <tony@atomide.com> | 2010-03-11 14:06:56 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-03-11 15:35:07 -0500 |
commit | 9e542f37ce20428170010baa36a0ecbfcc0b29bb (patch) | |
tree | c493b375bf9b3b239c915c2767b60178bf75a37b /arch/arm/configs/omap3_defconfig | |
parent | 79cf5bff25bc30c31fd7e4782c36947ec4bace7f (diff) |
omap: Enable PM_RUNTIME in defconfigs to avoid USB compile errors
While waiting for the related USB patch, fix compile by enabling
it in the defconfigs. As discussed at:
http://thread.gmane.org/gmane.linux.usb.general/27432/focus=4460
Otherwise we'll get errors like:
drivers/usb/core/hcd.c:1892: error: 'pm_wq' undeclared (first use in this function)
drivers/usb/core/hcd.c:1892: error: (Each undeclared identifier is reported only once
drivers/usb/core/hcd.c:1892: error: for each function it appears in.)
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap3_defconfig')
-rw-r--r-- | arch/arm/configs/omap3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_defconfig b/arch/arm/configs/omap3_defconfig index 714835e5ebe..d6ad9217732 100644 --- a/arch/arm/configs/omap3_defconfig +++ b/arch/arm/configs/omap3_defconfig | |||
@@ -450,7 +450,7 @@ CONFIG_SUSPEND=y | |||
450 | # CONFIG_PM_TEST_SUSPEND is not set | 450 | # CONFIG_PM_TEST_SUSPEND is not set |
451 | CONFIG_SUSPEND_FREEZER=y | 451 | CONFIG_SUSPEND_FREEZER=y |
452 | # CONFIG_APM_EMULATION is not set | 452 | # CONFIG_APM_EMULATION is not set |
453 | # CONFIG_PM_RUNTIME is not set | 453 | CONFIG_PM_RUNTIME=y |
454 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | 454 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
455 | CONFIG_NET=y | 455 | CONFIG_NET=y |
456 | 456 | ||