Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 781b0e87 authored by Paul Bolle's avatar Paul Bolle Committed by Ingo Molnar
Browse files

idle: Remove unused ARCH_HAS_DEFAULT_IDLE



The Kconfig symbol ARCH_HAS_DEFAULT_IDLE is unused. Commit
a0bfa137 ("cpuidle: stop
depending on pm_idle") removed the only place were it was
actually used. But it did not remove its Kconfig entries (for sh
and x86). Remove those two entries now.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Cc: Len Brown <len.brown@intel.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Link: http://lkml.kernel.org/r/1363869683.1390.134.camel@x61.thuisdomein


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 59f0eaaa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -150,9 +150,6 @@ config ARCH_HAS_ILOG2_U32
config ARCH_HAS_ILOG2_U64
	def_bool n

config ARCH_HAS_DEFAULT_IDLE
	def_bool y

config NO_IOPORT
	def_bool !PCI
	depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \
+0 −3
Original line number Diff line number Diff line
@@ -189,9 +189,6 @@ config GENERIC_CALIBRATE_DELAY
config ARCH_HAS_CPU_RELAX
	def_bool y

config ARCH_HAS_DEFAULT_IDLE
	def_bool y

config ARCH_HAS_CACHE_LINE_SIZE
	def_bool y