Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Library configuration |
| 3 | # |
| 4 | |
| 5 | menu "Library routines" |
| 6 | |
Akinobu Mita | a5cfc1ec58 | 2006-12-08 02:36:25 -0800 | [diff] [blame] | 7 | config BITREVERSE |
| 8 | tristate |
| 9 | |
Alexander van Heukelum | 19870de | 2008-04-25 13:12:53 +0200 | [diff] [blame] | 10 | config GENERIC_FIND_FIRST_BIT |
Jan Beulich | 9ba1608 | 2008-10-15 22:01:38 -0700 | [diff] [blame] | 11 | bool |
Alexander van Heukelum | 19870de | 2008-04-25 13:12:53 +0200 | [diff] [blame] | 12 | |
| 13 | config GENERIC_FIND_NEXT_BIT |
Jan Beulich | 9ba1608 | 2008-10-15 22:01:38 -0700 | [diff] [blame] | 14 | bool |
Alexander van Heukelum | 19870de | 2008-04-25 13:12:53 +0200 | [diff] [blame] | 15 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | config CRC_CCITT |
| 17 | tristate "CRC-CCITT functions" |
| 18 | help |
| 19 | This option is provided for the case where no in-kernel-tree |
| 20 | modules require CRC-CCITT functions, but a module built outside |
| 21 | the kernel tree does. Such modules that use library CRC-CCITT |
| 22 | functions require M here. |
| 23 | |
Evgeniy Polyakov | 7657ec1 | 2005-08-17 15:17:26 +0400 | [diff] [blame] | 24 | config CRC16 |
| 25 | tristate "CRC16 functions" |
| 26 | help |
| 27 | This option is provided for the case where no in-kernel-tree |
| 28 | modules require CRC16 functions, but a module built outside |
| 29 | the kernel tree does. Such modules that use library CRC16 |
| 30 | functions require M here. |
| 31 | |
Martin K. Petersen | f11f594 | 2008-06-25 11:22:42 -0400 | [diff] [blame] | 32 | config CRC_T10DIF |
| 33 | tristate "CRC calculation for the T10 Data Integrity Field" |
| 34 | help |
| 35 | This option is only needed if a module that's not in the |
| 36 | kernel tree needs to calculate CRC checks for use with the |
| 37 | SCSI data integrity subsystem. |
| 38 | |
Ivo van Doorn | 3e7cbae | 2006-06-12 16:17:04 +0200 | [diff] [blame] | 39 | config CRC_ITU_T |
| 40 | tristate "CRC ITU-T V.41 functions" |
| 41 | help |
| 42 | This option is provided for the case where no in-kernel-tree |
| 43 | modules require CRC ITU-T V.41 functions, but a module built outside |
| 44 | the kernel tree does. Such modules that use library CRC ITU-T V.41 |
| 45 | functions require M here. |
| 46 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | config CRC32 |
| 48 | tristate "CRC32 functions" |
| 49 | default y |
Akinobu Mita | 906d66d | 2006-12-08 02:36:25 -0800 | [diff] [blame] | 50 | select BITREVERSE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | help |
| 52 | This option is provided for the case where no in-kernel-tree |
| 53 | modules require CRC32 functions, but a module built outside the |
| 54 | kernel tree does. Such modules that use library CRC32 functions |
| 55 | require M here. |
| 56 | |
Jan Nikitenko | ad24152 | 2007-07-17 04:04:03 -0700 | [diff] [blame] | 57 | config CRC7 |
| 58 | tristate "CRC7 functions" |
| 59 | help |
| 60 | This option is provided for the case where no in-kernel-tree |
| 61 | modules require CRC7 functions, but a module built outside |
| 62 | the kernel tree does. Such modules that use library CRC7 |
| 63 | functions require M here. |
| 64 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | config LIBCRC32C |
| 66 | tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" |
Herbert Xu | 69c35ef | 2008-11-07 15:11:47 +0800 | [diff] [blame^] | 67 | select CRYPTO_CRC32C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | help |
| 69 | This option is provided for the case where no in-kernel-tree |
| 70 | modules require CRC32c functions, but a module built outside the |
| 71 | kernel tree does. Such modules that use library CRC32c functions |
| 72 | require M here. See Castagnoli93. |
| 73 | Module will be libcrc32c. |
| 74 | |
Al Viro | e65e1fc | 2006-09-12 03:04:40 -0400 | [diff] [blame] | 75 | config AUDIT_GENERIC |
| 76 | bool |
| 77 | depends on AUDIT && !AUDIT_ARCH |
| 78 | default y |
| 79 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | # |
| 81 | # compression support is select'ed if needed |
| 82 | # |
| 83 | config ZLIB_INFLATE |
| 84 | tristate |
| 85 | |
| 86 | config ZLIB_DEFLATE |
| 87 | tristate |
| 88 | |
Richard Purdie | 64c70b1 | 2007-07-10 17:22:24 -0700 | [diff] [blame] | 89 | config LZO_COMPRESS |
| 90 | tristate |
| 91 | |
| 92 | config LZO_DECOMPRESS |
| 93 | tristate |
| 94 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | # |
Jes Sorensen | f14f75b | 2005-06-21 17:15:02 -0700 | [diff] [blame] | 96 | # Generic allocator support is selected if needed |
| 97 | # |
| 98 | config GENERIC_ALLOCATOR |
| 99 | boolean |
| 100 | |
| 101 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 | # reed solomon support is select'ed if needed |
| 103 | # |
| 104 | config REED_SOLOMON |
| 105 | tristate |
| 106 | |
| 107 | config REED_SOLOMON_ENC8 |
| 108 | boolean |
| 109 | |
| 110 | config REED_SOLOMON_DEC8 |
| 111 | boolean |
| 112 | |
| 113 | config REED_SOLOMON_ENC16 |
| 114 | boolean |
| 115 | |
| 116 | config REED_SOLOMON_DEC16 |
| 117 | boolean |
| 118 | |
David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 119 | # |
| 120 | # Textsearch support is select'ed if needed |
| 121 | # |
Thomas Graf | 2de4ff7 | 2005-06-23 20:49:30 -0700 | [diff] [blame] | 122 | config TEXTSEARCH |
David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 123 | boolean |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | |
Thomas Graf | df3fb93 | 2005-06-23 20:58:37 -0700 | [diff] [blame] | 125 | config TEXTSEARCH_KMP |
David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 126 | tristate |
Thomas Graf | df3fb93 | 2005-06-23 20:58:37 -0700 | [diff] [blame] | 127 | |
Pablo Neira Ayuso | 8082e4e | 2005-08-25 16:12:22 -0700 | [diff] [blame] | 128 | config TEXTSEARCH_BM |
David S. Miller | 29cb9f9 | 2005-08-25 16:23:11 -0700 | [diff] [blame] | 129 | tristate |
Pablo Neira Ayuso | 8082e4e | 2005-08-25 16:12:22 -0700 | [diff] [blame] | 130 | |
Thomas Graf | 6408f79 | 2005-06-23 20:59:16 -0700 | [diff] [blame] | 131 | config TEXTSEARCH_FSM |
David S. Miller | f770434 | 2005-06-24 17:39:03 -0700 | [diff] [blame] | 132 | tristate |
Thomas Graf | 6408f79 | 2005-06-23 20:59:16 -0700 | [diff] [blame] | 133 | |
Ingo Molnar | 77ba89c | 2006-06-27 02:54:51 -0700 | [diff] [blame] | 134 | # |
| 135 | # plist support is select#ed if needed |
| 136 | # |
| 137 | config PLIST |
| 138 | boolean |
| 139 | |
Al Viro | 5ea8176 | 2007-02-11 15:41:31 +0000 | [diff] [blame] | 140 | config HAS_IOMEM |
Al Viro | ee36c2b | 2006-12-13 00:35:00 -0800 | [diff] [blame] | 141 | boolean |
Al Viro | 5ea8176 | 2007-02-11 15:41:31 +0000 | [diff] [blame] | 142 | depends on !NO_IOMEM |
| 143 | default y |
| 144 | |
| 145 | config HAS_IOPORT |
| 146 | boolean |
| 147 | depends on HAS_IOMEM && !NO_IOPORT |
Al Viro | ee36c2b | 2006-12-13 00:35:00 -0800 | [diff] [blame] | 148 | default y |
| 149 | |
Heiko Carstens | 411f0f3 | 2007-05-06 14:49:09 -0700 | [diff] [blame] | 150 | config HAS_DMA |
| 151 | boolean |
| 152 | depends on !NO_DMA |
| 153 | default y |
| 154 | |
Geert Uytterhoeven | 928923c | 2007-08-22 14:01:36 -0700 | [diff] [blame] | 155 | config CHECK_SIGNATURE |
| 156 | bool |
| 157 | |
David S. Miller | d9b2b2a | 2008-02-13 16:56:49 -0800 | [diff] [blame] | 158 | config HAVE_LMB |
| 159 | boolean |
| 160 | |
Thomas Graf | 2de4ff7 | 2005-06-23 20:49:30 -0700 | [diff] [blame] | 161 | endmenu |