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 d373d159e75e..72839190f503 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -21,6 +21,9 @@ config RWSEM_XCHGADD_ALGORITHM | |||
21 | config GENERIC_FIND_NEXT_BIT | 21 | config GENERIC_FIND_NEXT_BIT |
22 | def_bool y | 22 | def_bool y |
23 | 23 | ||
24 | config GENERIC_FIND_BIT_LE | ||
25 | def_bool y | ||
26 | |||
24 | config GENERIC_HWEIGHT | 27 | config GENERIC_HWEIGHT |
25 | def_bool y | 28 | def_bool y |
26 | 29 | ||