diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-14 08:28:00 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-10-28 01:38:38 -0400 |
commit | a136d3d85f2dec52df077a1d8c9728f8835ce532 (patch) | |
tree | 6a388603bc51bfeeca6e822d34f6481b30d88a59 /arch/sh | |
parent | 9060c05b503d9aa2c271d8946132a3ab2882bff2 (diff) |
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 ff9177c8f643..2d39594bcdd6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -101,10 +101,6 @@ config GENERIC_LOCKBREAK | |||
101 | def_bool y | 101 | def_bool y |
102 | depends on SMP && PREEMPT | 102 | depends on SMP && PREEMPT |
103 | 103 | ||
104 | config SYS_SUPPORTS_PM | ||
105 | bool | ||
106 | depends on !SMP | ||
107 | |||
108 | config ARCH_SUSPEND_POSSIBLE | 104 | config ARCH_SUSPEND_POSSIBLE |
109 | def_bool n | 105 | def_bool n |
110 | 106 | ||