diff options
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index d0ecf7e2a9b6..1d730b5579a0 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -24,6 +24,9 @@ config RWSEM_XCHGADD_ALGORITHM | |||
24 | config GENERIC_FIND_NEXT_BIT | 24 | config GENERIC_FIND_NEXT_BIT |
25 | def_bool y | 25 | def_bool y |
26 | 26 | ||
27 | config GENERIC_FIND_BIT_LE | ||
28 | def_bool y | ||
29 | |||
27 | config GENERIC_HWEIGHT | 30 | config GENERIC_HWEIGHT |
28 | def_bool y | 31 | def_bool y |
29 | 32 | ||