Skip to content

Commit 11c57c3

Browse files
julianbrahaRussell King (Oracle)
authored andcommitted
ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE
Resending this to properly add it to the patch tracker - thanks for letting me know, Arnd :) When ARM is enabled, and BITREVERSE is disabled, Kbuild gives the following warning: WARNING: unmet direct dependencies detected for HAVE_ARCH_BITREVERSE Depends on [n]: BITREVERSE [=n] Selected by [y]: - ARM [=y] && (CPU_32v7M [=n] || CPU_32v7 [=y]) && !CPU_32v6 [=n] This is because ARM selects HAVE_ARCH_BITREVERSE without selecting BITREVERSE, despite HAVE_ARCH_BITREVERSE depending on BITREVERSE. This unmet dependency bug was found by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. Signed-off-by: Julian Braha <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent d920eaa commit 11c57c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ config BITREVERSE
4545
config HAVE_ARCH_BITREVERSE
4646
bool
4747
default n
48-
depends on BITREVERSE
4948
help
5049
This option enables the use of hardware bit-reversal instructions on
5150
architectures which support such operations.

0 commit comments

Comments
 (0)