diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 994fa37a1d96..c5e84fbcb30b 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -580,6 +580,24 @@ config PRIME_NUMBERS tristate config STRING_SELFTEST - bool "Test string functions" + tristate "Test string functions" endmenu + +config GENERIC_ASHLDI3 + bool + +config GENERIC_ASHRDI3 + bool + +config GENERIC_LSHRDI3 + bool + +config GENERIC_MULDI3 + bool + +config GENERIC_CMPDI2 + bool + +config GENERIC_UCMPDI2 + bool |