Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120093
b: refs/heads/master
c: af998a9
h: refs/heads/master
i:
  120091: cedd6af
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Dec 22, 2008
1 parent 5a926e8 commit c1fe577
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e51762759db9e26c6c3e4e1010d80a50c62ca03
refs/heads/master: af998a9a0ae3291e86ddcae8e196a1cbf82c2457
15 changes: 9 additions & 6 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,17 @@ config GENERIC_LOCKBREAK

config SYS_SUPPORTS_PM
bool
depends on !SMP

config ARCH_SUSPEND_POSSIBLE
def_bool n

config ARCH_HIBERNATION_POSSIBLE
def_bool n

config SYS_SUPPORTS_APM_EMULATION
bool
select SYS_SUPPORTS_PM
select ARCH_SUSPEND_POSSIBLE

config SYS_SUPPORTS_SMP
bool
Expand Down Expand Up @@ -755,11 +762,7 @@ source "fs/Kconfig.binfmt"
endmenu

menu "Power management options (EXPERIMENTAL)"
depends on EXPERIMENTAL && SYS_SUPPORTS_PM

config ARCH_SUSPEND_POSSIBLE
def_bool y
depends on !SMP
depends on EXPERIMENTAL

source kernel/power/Kconfig

Expand Down

0 comments on commit c1fe577

Please sign in to comment.