Skip to content

Commit

Permalink
lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help text
Browse files Browse the repository at this point in the history
Cc: Yalin Wang <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Apr 17, 2015
1 parent 8eb68bf commit 9e522c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ config HAVE_ARCH_BITREVERSE
default n
depends on BITREVERSE
help
This option provides an config for the architecture which have instruction
can do bitreverse operation, we use the hardware instruction if the architecture
have this capability.
This option enables the use of hardware bit-reversal instructions on
architectures which support such operations.

config RATIONAL
bool
Expand Down

0 comments on commit 9e522c0

Please sign in to comment.