summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle2013-03-21 14:34:58 +0100
committerRichard Kuo2013-05-01 02:40:27 +0200
commit65af3a3f89d726701c6436c4e223d9e2e7d525bc (patch)
tree3f1748a55b29472f439a1eee373b230516674c69 /arch/openrisc/Kconfig
parentHexagon: update copyright dates (diff)
downloadkernel-qcow2-linux-65af3a3f89d726701c6436c4e223d9e2e7d525bc.tar.gz
kernel-qcow2-linux-65af3a3f89d726701c6436c4e223d9e2e7d525bc.tar.xz
kernel-qcow2-linux-65af3a3f89d726701c6436c4e223d9e2e7d525bc.zip
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: Paul Bolle <pebolle@tiscali.nl> Acked-by: Jonas Bonn <jonas@southpole.se> Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 9ab3bf2eca8d..81b9ddbc9166 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -55,9 +55,6 @@ config TRACE_IRQFLAGS_SUPPORT
config GENERIC_CSUM
def_bool y
-config GENERIC_FIND_NEXT_BIT
- def_bool y
-
source "init/Kconfig"