diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 13:39:40 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 23:39:51 +0100 |
commit | 79fd468200dfc68d8996e94f4f3d5eac832a652b (patch) | |
tree | fa5292c963687b85a1ac2db99e8972376066b1c5 | |
parent | 71e76e90ef24a6f10591937a48bd76d9111f7a1c (diff) | |
download | linux-stable-79fd468200dfc68d8996e94f4f3d5eac832a652b.tar.gz linux-stable-79fd468200dfc68d8996e94f4f3d5eac832a652b.tar.bz2 linux-stable-79fd468200dfc68d8996e94f4f3d5eac832a652b.zip |
sh: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Tested-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ff9177c8f643..2d39594bcdd6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -101,10 +101,6 @@ config GENERIC_LOCKBREAK def_bool y depends on SMP && PREEMPT -config SYS_SUPPORTS_PM - bool - depends on !SMP - config ARCH_SUSPEND_POSSIBLE def_bool n |