aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-01-01 10:12:19 +1030
committerRusty Russell <rusty@rustcorp.com.au>2009-01-01 10:12:19 +1030
commitab53d472e785e51fdfc08fc1d66252c1153e6c0f (patch)
tree19abab13d2e4e8fe00f960c0ac475e14bfb1a44e /lib/Kconfig
parent0db5d3d2f58804edb394e8008c7d9744110338a2 (diff)
bitmap: find_last_bit()
Impact: New API As the name suggests. For the moment everyone uses the generic one. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 2ba43c4a5b0..fc5f5ee50bc 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -13,6 +13,10 @@ config GENERIC_FIND_FIRST_BIT
config GENERIC_FIND_NEXT_BIT
bool
+config GENERIC_FIND_LAST_BIT
+ bool
+ default y
+
config CRC_CCITT
tristate "CRC-CCITT functions"
help