diff options
author | Steven Miao <realmz6@gmail.com> | 2012-05-17 05:29:54 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 02:54:50 -0400 |
commit | 0fbd88ca20a68a633b565e1f5ba18ca64afb0c78 (patch) | |
tree | 0c97e9c20a71ba20750f4e51d8e0e4a07e845ddd /arch/blackfin/configs/BF609-EZKIT_defconfig | |
parent | 7c141c1c5c148419eef8972688e86e2e3115ea13 (diff) |
blackfin: bf60x: add wakeup source select
Support select the wakeup source for power management on bf60x.
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/configs/BF609-EZKIT_defconfig')
-rw-r--r-- | arch/blackfin/configs/BF609-EZKIT_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/blackfin/configs/BF609-EZKIT_defconfig b/arch/blackfin/configs/BF609-EZKIT_defconfig index 0864f7aaa572..be9526bee4fb 100644 --- a/arch/blackfin/configs/BF609-EZKIT_defconfig +++ b/arch/blackfin/configs/BF609-EZKIT_defconfig | |||
@@ -33,7 +33,8 @@ CONFIG_CPLB_SWITCH_TAB_L1=y | |||
33 | CONFIG_NOMMU_INITIAL_TRIM_EXCESS=0 | 33 | CONFIG_NOMMU_INITIAL_TRIM_EXCESS=0 |
34 | CONFIG_BINFMT_FLAT=y | 34 | CONFIG_BINFMT_FLAT=y |
35 | CONFIG_BINFMT_ZFLAT=y | 35 | CONFIG_BINFMT_ZFLAT=y |
36 | # CONFIG_SUSPEND is not set | 36 | CONFIG_PM_BFIN_WAKE_PE12=y |
37 | CONFIG_PM_BFIN_WAKE_PE12_POL=1 | ||
37 | CONFIG_CPU_FREQ=y | 38 | CONFIG_CPU_FREQ=y |
38 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | 39 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y |
39 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 40 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
@@ -119,7 +120,7 @@ CONFIG_SND_SOC_BFIN_EVAL_ADAU1X61=m | |||
119 | CONFIG_SND_SOC_ALL_CODECS=m | 120 | CONFIG_SND_SOC_ALL_CODECS=m |
120 | CONFIG_USB=y | 121 | CONFIG_USB=y |
121 | CONFIG_USB_MUSB_HDRC=y | 122 | CONFIG_USB_MUSB_HDRC=y |
122 | CONFIG_USB_MUSB_BLACKFIN=y | 123 | CONFIG_USB_MUSB_BLACKFIN=m |
123 | CONFIG_USB_STORAGE=y | 124 | CONFIG_USB_STORAGE=y |
124 | CONFIG_USB_GADGET=y | 125 | CONFIG_USB_GADGET=y |
125 | CONFIG_USB_GADGET_MUSB_HDRC=y | 126 | CONFIG_USB_GADGET_MUSB_HDRC=y |