| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # Library configuration | 
 | 3 | # | 
 | 4 |  | 
 | 5 | menu "Library routines" | 
 | 6 |  | 
 | 7 | config CRC_CCITT | 
 | 8 | 	tristate "CRC-CCITT functions" | 
 | 9 | 	help | 
 | 10 | 	  This option is provided for the case where no in-kernel-tree | 
 | 11 | 	  modules require CRC-CCITT functions, but a module built outside | 
 | 12 | 	  the kernel tree does. Such modules that use library CRC-CCITT | 
 | 13 | 	  functions require M here. | 
 | 14 |  | 
| Evgeniy Polyakov | 7657ec1 | 2005-08-17 15:17:26 +0400 | [diff] [blame] | 15 | config CRC16 | 
 | 16 | 	tristate "CRC16 functions" | 
 | 17 | 	help | 
 | 18 | 	  This option is provided for the case where no in-kernel-tree | 
 | 19 | 	  modules require CRC16 functions, but a module built outside | 
 | 20 | 	  the kernel tree does. Such modules that use library CRC16 | 
 | 21 | 	  functions require M here. | 
 | 22 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | config CRC32 | 
 | 24 | 	tristate "CRC32 functions" | 
 | 25 | 	default y | 
 | 26 | 	help | 
 | 27 | 	  This option is provided for the case where no in-kernel-tree | 
 | 28 | 	  modules require CRC32 functions, but a module built outside the | 
 | 29 | 	  kernel tree does. Such modules that use library CRC32 functions | 
 | 30 | 	  require M here. | 
 | 31 |  | 
 | 32 | config LIBCRC32C | 
 | 33 | 	tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" | 
 | 34 | 	help | 
 | 35 | 	  This option is provided for the case where no in-kernel-tree | 
 | 36 | 	  modules require CRC32c functions, but a module built outside the | 
 | 37 | 	  kernel tree does. Such modules that use library CRC32c functions | 
 | 38 | 	  require M here.  See Castagnoli93. | 
 | 39 | 	  Module will be libcrc32c. | 
 | 40 |  | 
 | 41 | # | 
 | 42 | # compression support is select'ed if needed | 
 | 43 | # | 
 | 44 | config ZLIB_INFLATE | 
 | 45 | 	tristate | 
 | 46 |  | 
 | 47 | config ZLIB_DEFLATE | 
 | 48 | 	tristate | 
 | 49 |  | 
 | 50 | # | 
| Jes Sorensen | f14f75b | 2005-06-21 17:15:02 -0700 | [diff] [blame] | 51 | # Generic allocator support is selected if needed | 
 | 52 | # | 
 | 53 | config GENERIC_ALLOCATOR | 
 | 54 | 	boolean | 
 | 55 |  | 
 | 56 | # | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | # reed solomon support is select'ed if needed | 
 | 58 | # | 
 | 59 | config REED_SOLOMON | 
 | 60 | 	tristate | 
 | 61 | 	 | 
 | 62 | config REED_SOLOMON_ENC8 | 
 | 63 | 	boolean | 
 | 64 |  | 
 | 65 | config REED_SOLOMON_DEC8 | 
 | 66 | 	boolean | 
 | 67 |  | 
 | 68 | config REED_SOLOMON_ENC16 | 
 | 69 | 	boolean | 
 | 70 |  | 
 | 71 | config REED_SOLOMON_DEC16 | 
 | 72 | 	boolean | 
 | 73 |  | 
| David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 74 | # | 
 | 75 | # Textsearch support is select'ed if needed | 
 | 76 | # | 
| Thomas Graf | 2de4ff7 | 2005-06-23 20:49:30 -0700 | [diff] [blame] | 77 | config TEXTSEARCH | 
| David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 78 | 	boolean | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 |  | 
| Thomas Graf | df3fb93 | 2005-06-23 20:58:37 -0700 | [diff] [blame] | 80 | config TEXTSEARCH_KMP | 
| David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 81 | 	tristate | 
| Thomas Graf | df3fb93 | 2005-06-23 20:58:37 -0700 | [diff] [blame] | 82 |  | 
| Pablo Neira Ayuso | 8082e4e | 2005-08-25 16:12:22 -0700 | [diff] [blame] | 83 | config TEXTSEARCH_BM | 
| David S. Miller | 29cb9f9 | 2005-08-25 16:23:11 -0700 | [diff] [blame] | 84 | 	tristate | 
| Pablo Neira Ayuso | 8082e4e | 2005-08-25 16:12:22 -0700 | [diff] [blame] | 85 |  | 
| Thomas Graf | 6408f79 | 2005-06-23 20:59:16 -0700 | [diff] [blame] | 86 | config TEXTSEARCH_FSM | 
| David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 87 | 	tristate | 
| Thomas Graf | 6408f79 | 2005-06-23 20:59:16 -0700 | [diff] [blame] | 88 |  | 
| Ingo Molnar | 77ba89c | 2006-06-27 02:54:51 -0700 | [diff] [blame^] | 89 | # | 
 | 90 | # plist support is select#ed if needed | 
 | 91 | # | 
 | 92 | config PLIST | 
 | 93 | 	boolean | 
 | 94 |  | 
| Thomas Graf | 2de4ff7 | 2005-06-23 20:49:30 -0700 | [diff] [blame] | 95 | endmenu |