diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-14 14:28:00 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-10-28 14:38:38 +0900 |
commit | a136d3d85f2dec52df077a1d8c9728f8835ce532 (patch) | |
tree | 6a388603bc51bfeeca6e822d34f6481b30d88a59 /arch/sh | |
parent | 9060c05b503d9aa2c271d8946132a3ab2882bff2 (diff) | |
download | linux-3.10-a136d3d85f2dec52df077a1d8c9728f8835ce532.tar.gz linux-3.10-a136d3d85f2dec52df077a1d8c9728f8835ce532.tar.bz2 linux-3.10-a136d3d85f2dec52df077a1d8c9728f8835ce532.zip |
sh: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-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 ff9177c8f64..2d39594bcdd 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 |