]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - lib/Kconfig
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
[thirdparty/linux.git] / lib / Kconfig
index 994fa37a1d961c4c627d38c4df721e3e722c68dc..c5e84fbcb30b7562656dcbbc050bcc0ec4cb7a90 100644 (file)
@@ -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