Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfor...
[linux] / lib / Kconfig
index 97af23b..8f69579 100644 (file)
@@ -103,8 +103,7 @@ config CRC32
          functions require M here.
 
 config CRC32_SELFTEST
-       bool "CRC32 perform self test on init"
-       default n
+       tristate "CRC32 perform self test on init"
        depends on CRC32
        help
          This option enables the CRC32 library functions to perform a
@@ -442,8 +441,7 @@ config GLOB
          depends on this.
 
 config GLOB_SELFTEST
-       bool "glob self-test on init"
-       default n
+       tristate "glob self-test on init"
        depends on GLOB
        help
          This option enables a simple self-test of the glob_match
@@ -560,4 +558,10 @@ config STACKDEPOT
 config SBITMAP
        bool
 
+config PARMAN
+       tristate
+
+config PRIME_NUMBERS
+       tristate
+
 endmenu