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

Commit 65af3a3f authored by Paul Bolle's avatar Paul Bolle Committed by Richard Kuo
Browse files

arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again



CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two
architectures. Remove it again.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Acked-by: default avatarJonas Bonn <jonas@southpole.se>
Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent 7c6a5df4
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -77,9 +77,6 @@ config RWSEM_GENERIC_SPINLOCK
config RWSEM_XCHGADD_ALGORITHM
config RWSEM_XCHGADD_ALGORITHM
	def_bool y
	def_bool y


config GENERIC_FIND_NEXT_BIT
	def_bool y

config GENERIC_HWEIGHT
config GENERIC_HWEIGHT
	def_bool y
	def_bool y


+0 −3
Original line number Original line Diff line number Diff line
@@ -55,9 +55,6 @@ config TRACE_IRQFLAGS_SUPPORT
config GENERIC_CSUM
config GENERIC_CSUM
        def_bool y
        def_bool y


config GENERIC_FIND_NEXT_BIT
	def_bool y

source "init/Kconfig"
source "init/Kconfig"