lib/nmi_backtrace.c: fix kernel text address leak
[linux-2.6-microblaze.git] / lib / Kconfig
index b1445b2..368972f 100644 (file)
@@ -584,6 +584,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