diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-01 10:12:19 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-01 10:12:19 +1030 |
commit | ab53d472e785e51fdfc08fc1d66252c1153e6c0f (patch) | |
tree | 19abab13d2e4e8fe00f960c0ac475e14bfb1a44e /lib/Kconfig | |
parent | 0db5d3d2f58804edb394e8008c7d9744110338a2 (diff) | |
download | op-kernel-dev-ab53d472e785e51fdfc08fc1d66252c1153e6c0f.zip op-kernel-dev-ab53d472e785e51fdfc08fc1d66252c1153e6c0f.tar.gz |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 2ba43c4..fc5f5ee 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 |