11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Library configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 54370aa4aSLai Jiangshanconfig BINARY_PRINTF 64370aa4aSLai Jiangshan def_bool n 74370aa4aSLai Jiangshan 81da177e4SLinus Torvaldsmenu "Library routines" 91da177e4SLinus Torvalds 10f5e70d0fSDavid Woodhouseconfig RAID6_PQ 11f5e70d0fSDavid Woodhouse tristate 12f5e70d0fSDavid Woodhouse 13a5cfc1ecSAkinobu Mitaconfig BITREVERSE 14a5cfc1ecSAkinobu Mita tristate 15a5cfc1ecSAkinobu Mita 168759ef32SOskar Schirmerconfig RATIONAL 178759ef32SOskar Schirmer boolean 188759ef32SOskar Schirmer 192922585bSDavid S. Millerconfig GENERIC_STRNCPY_FROM_USER 202922585bSDavid S. Miller bool 212922585bSDavid S. Miller 22a08c5356SLinus Torvaldsconfig GENERIC_STRNLEN_USER 23a08c5356SLinus Torvalds bool 24a08c5356SLinus Torvalds 254cd5773aSAndy Shevchenkoconfig GENERIC_NET_UTILS 264cd5773aSAndy Shevchenko bool 274cd5773aSAndy Shevchenko 2819870defSAlexander van Heukelumconfig GENERIC_FIND_FIRST_BIT 299ba16087SJan Beulich bool 3019870defSAlexander van Heukelum 31b923650bSMichael S. Tsirkinconfig NO_GENERIC_PCI_IOPORT_MAP 32b923650bSMichael S. Tsirkin bool 33b923650bSMichael S. Tsirkin 3466eab4dfSMichael S. Tsirkinconfig GENERIC_PCI_IOMAP 3566eab4dfSMichael S. Tsirkin bool 3666eab4dfSMichael S. Tsirkin 374673ca8eSMichael S. Tsirkinconfig GENERIC_IOMAP 384673ca8eSMichael S. Tsirkin bool 3966eab4dfSMichael S. Tsirkin select GENERIC_PCI_IOMAP 404673ca8eSMichael S. Tsirkin 41087fafd1SRichard Weinbergerconfig GENERIC_IO 42087fafd1SRichard Weinberger boolean 43087fafd1SRichard Weinberger default n 44087fafd1SRichard Weinberger 454ccf4beaSWolfram Sangconfig STMP_DEVICE 464ccf4beaSWolfram Sang bool 474ccf4beaSWolfram Sang 4822b361d1SOleg Nesterovconfig PERCPU_RWSEM 4922b361d1SOleg Nesterov boolean 5022b361d1SOleg Nesterov 511da177e4SLinus Torvaldsconfig CRC_CCITT 521da177e4SLinus Torvalds tristate "CRC-CCITT functions" 531da177e4SLinus Torvalds help 541da177e4SLinus Torvalds This option is provided for the case where no in-kernel-tree 551da177e4SLinus Torvalds modules require CRC-CCITT functions, but a module built outside 561da177e4SLinus Torvalds the kernel tree does. Such modules that use library CRC-CCITT 571da177e4SLinus Torvalds functions require M here. 581da177e4SLinus Torvalds 597657ec1fSEvgeniy Polyakovconfig CRC16 607657ec1fSEvgeniy Polyakov tristate "CRC16 functions" 617657ec1fSEvgeniy Polyakov help 627657ec1fSEvgeniy Polyakov This option is provided for the case where no in-kernel-tree 637657ec1fSEvgeniy Polyakov modules require CRC16 functions, but a module built outside 647657ec1fSEvgeniy Polyakov the kernel tree does. Such modules that use library CRC16 657657ec1fSEvgeniy Polyakov functions require M here. 667657ec1fSEvgeniy Polyakov 67f11f594eSMartin K. Petersenconfig CRC_T10DIF 68f11f594eSMartin K. Petersen tristate "CRC calculation for the T10 Data Integrity Field" 692d31e518STim Chen select CRYPTO 702d31e518STim Chen select CRYPTO_CRCT10DIF 71f11f594eSMartin K. Petersen help 72f11f594eSMartin K. Petersen This option is only needed if a module that's not in the 73f11f594eSMartin K. Petersen kernel tree needs to calculate CRC checks for use with the 74f11f594eSMartin K. Petersen SCSI data integrity subsystem. 75f11f594eSMartin K. Petersen 763e7cbae7SIvo van Doornconfig CRC_ITU_T 773e7cbae7SIvo van Doorn tristate "CRC ITU-T V.41 functions" 783e7cbae7SIvo van Doorn help 793e7cbae7SIvo van Doorn This option is provided for the case where no in-kernel-tree 803e7cbae7SIvo van Doorn modules require CRC ITU-T V.41 functions, but a module built outside 813e7cbae7SIvo van Doorn the kernel tree does. Such modules that use library CRC ITU-T V.41 823e7cbae7SIvo van Doorn functions require M here. 833e7cbae7SIvo van Doorn 841da177e4SLinus Torvaldsconfig CRC32 8546c5801eSDarrick J. Wong tristate "CRC32/CRC32c functions" 861da177e4SLinus Torvalds default y 87906d66dfSAkinobu Mita select BITREVERSE 881da177e4SLinus Torvalds help 891da177e4SLinus Torvalds This option is provided for the case where no in-kernel-tree 9046c5801eSDarrick J. Wong modules require CRC32/CRC32c functions, but a module built outside 9146c5801eSDarrick J. Wong the kernel tree does. Such modules that use library CRC32/CRC32c 9246c5801eSDarrick J. Wong functions require M here. 931da177e4SLinus Torvalds 943863ef31SBob Pearsonconfig CRC32_SELFTEST 953863ef31SBob Pearson bool "CRC32 perform self test on init" 963863ef31SBob Pearson default n 973863ef31SBob Pearson depends on CRC32 983863ef31SBob Pearson help 993863ef31SBob Pearson This option enables the CRC32 library functions to perform a 1003863ef31SBob Pearson self test on initialization. The self test computes crc32_le 1013863ef31SBob Pearson and crc32_be over byte strings with random alignment and length 1023863ef31SBob Pearson and computes the total elapsed time and number of bytes processed. 1033863ef31SBob Pearson 1045cde7656SDarrick J. Wongchoice 1055cde7656SDarrick J. Wong prompt "CRC32 implementation" 1065cde7656SDarrick J. Wong depends on CRC32 1075cde7656SDarrick J. Wong default CRC32_SLICEBY8 10882edb4baSDarrick J. Wong help 10982edb4baSDarrick J. Wong This option allows a kernel builder to override the default choice 11082edb4baSDarrick J. Wong of CRC32 algorithm. Choose the default ("slice by 8") unless you 11182edb4baSDarrick J. Wong know that you need one of the others. 1125cde7656SDarrick J. Wong 1135cde7656SDarrick J. Wongconfig CRC32_SLICEBY8 1145cde7656SDarrick J. Wong bool "Slice by 8 bytes" 1155cde7656SDarrick J. Wong help 1165cde7656SDarrick J. Wong Calculate checksum 8 bytes at a time with a clever slicing algorithm. 1175cde7656SDarrick J. Wong This is the fastest algorithm, but comes with a 8KiB lookup table. 1185cde7656SDarrick J. Wong Most modern processors have enough cache to hold this table without 1195cde7656SDarrick J. Wong thrashing the cache. 1205cde7656SDarrick J. Wong 1215cde7656SDarrick J. Wong This is the default implementation choice. Choose this one unless 1225cde7656SDarrick J. Wong you have a good reason not to. 1235cde7656SDarrick J. Wong 1245cde7656SDarrick J. Wongconfig CRC32_SLICEBY4 1255cde7656SDarrick J. Wong bool "Slice by 4 bytes" 1265cde7656SDarrick J. Wong help 1275cde7656SDarrick J. Wong Calculate checksum 4 bytes at a time with a clever slicing algorithm. 1285cde7656SDarrick J. Wong This is a bit slower than slice by 8, but has a smaller 4KiB lookup 1295cde7656SDarrick J. Wong table. 1305cde7656SDarrick J. Wong 1315cde7656SDarrick J. Wong Only choose this option if you know what you are doing. 1325cde7656SDarrick J. Wong 1335cde7656SDarrick J. Wongconfig CRC32_SARWATE 1345cde7656SDarrick J. Wong bool "Sarwate's Algorithm (one byte at a time)" 1355cde7656SDarrick J. Wong help 1365cde7656SDarrick J. Wong Calculate checksum a byte at a time using Sarwate's algorithm. This 1375cde7656SDarrick J. Wong is not particularly fast, but has a small 256 byte lookup table. 1385cde7656SDarrick J. Wong 1395cde7656SDarrick J. Wong Only choose this option if you know what you are doing. 1405cde7656SDarrick J. Wong 1415cde7656SDarrick J. Wongconfig CRC32_BIT 1425cde7656SDarrick J. Wong bool "Classic Algorithm (one bit at a time)" 1435cde7656SDarrick J. Wong help 1445cde7656SDarrick J. Wong Calculate checksum one bit at a time. This is VERY slow, but has 1455cde7656SDarrick J. Wong no lookup table. This is provided as a debugging option. 1465cde7656SDarrick J. Wong 1475cde7656SDarrick J. Wong Only choose this option if you are debugging crc32. 1485cde7656SDarrick J. Wong 1495cde7656SDarrick J. Wongendchoice 1505cde7656SDarrick J. Wong 151ad241528SJan Nikitenkoconfig CRC7 152ad241528SJan Nikitenko tristate "CRC7 functions" 153ad241528SJan Nikitenko help 154ad241528SJan Nikitenko This option is provided for the case where no in-kernel-tree 155ad241528SJan Nikitenko modules require CRC7 functions, but a module built outside 156ad241528SJan Nikitenko the kernel tree does. Such modules that use library CRC7 157ad241528SJan Nikitenko functions require M here. 158ad241528SJan Nikitenko 1591da177e4SLinus Torvaldsconfig LIBCRC32C 1601da177e4SLinus Torvalds tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" 16193027354SHerbert Xu select CRYPTO 16269c35efcSHerbert Xu select CRYPTO_CRC32C 1631da177e4SLinus Torvalds help 1641da177e4SLinus Torvalds This option is provided for the case where no in-kernel-tree 1651da177e4SLinus Torvalds modules require CRC32c functions, but a module built outside the 1661da177e4SLinus Torvalds kernel tree does. Such modules that use library CRC32c functions 1671da177e4SLinus Torvalds require M here. See Castagnoli93. 1681da177e4SLinus Torvalds Module will be libcrc32c. 1691da177e4SLinus Torvalds 1707150962dSArend van Sprielconfig CRC8 1717150962dSArend van Spriel tristate "CRC8 function" 1727150962dSArend van Spriel help 1737150962dSArend van Spriel This option provides CRC8 function. Drivers may select this 1747150962dSArend van Spriel when they need to do cyclic redundancy check according CRC8 1757150962dSArend van Spriel algorithm. Module will be called crc8. 1767150962dSArend van Spriel 177e65e1fc2SAl Viroconfig AUDIT_GENERIC 178e65e1fc2SAl Viro bool 179e65e1fc2SAl Viro depends on AUDIT && !AUDIT_ARCH 180e65e1fc2SAl Viro default y 181e65e1fc2SAl Viro 1821da177e4SLinus Torvalds# 1831da177e4SLinus Torvalds# compression support is select'ed if needed 1841da177e4SLinus Torvalds# 1851da177e4SLinus Torvaldsconfig ZLIB_INFLATE 1861da177e4SLinus Torvalds tristate 1871da177e4SLinus Torvalds 1881da177e4SLinus Torvaldsconfig ZLIB_DEFLATE 1891da177e4SLinus Torvalds tristate 1901da177e4SLinus Torvalds 19164c70b1cSRichard Purdieconfig LZO_COMPRESS 19264c70b1cSRichard Purdie tristate 19364c70b1cSRichard Purdie 19464c70b1cSRichard Purdieconfig LZO_DECOMPRESS 19564c70b1cSRichard Purdie tristate 19664c70b1cSRichard Purdie 197*c72ac7a1SChanho Minconfig LZ4_COMPRESS 198*c72ac7a1SChanho Min tristate 199*c72ac7a1SChanho Min 200*c72ac7a1SChanho Minconfig LZ4HC_COMPRESS 201*c72ac7a1SChanho Min tristate 202*c72ac7a1SChanho Min 203e76e1fdfSKyungsik Leeconfig LZ4_DECOMPRESS 204e76e1fdfSKyungsik Lee tristate 205e76e1fdfSKyungsik Lee 20624fa0402SLasse Collinsource "lib/xz/Kconfig" 20724fa0402SLasse Collin 2081da177e4SLinus Torvalds# 209c8531ab3SH. Peter Anvin# These all provide a common interface (hence the apparent duplication with 210c8531ab3SH. Peter Anvin# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) 211c8531ab3SH. Peter Anvin# 212c8531ab3SH. Peter Anvinconfig DECOMPRESS_GZIP 2137856a16eSH. Peter Anvin select ZLIB_INFLATE 214c8531ab3SH. Peter Anvin tristate 215c8531ab3SH. Peter Anvin 216c8531ab3SH. Peter Anvinconfig DECOMPRESS_BZIP2 217c8531ab3SH. Peter Anvin tristate 218c8531ab3SH. Peter Anvin 219c8531ab3SH. Peter Anvinconfig DECOMPRESS_LZMA 220c8531ab3SH. Peter Anvin tristate 221c8531ab3SH. Peter Anvin 2223ebe1243SLasse Collinconfig DECOMPRESS_XZ 2233ebe1243SLasse Collin select XZ_DEC 2243ebe1243SLasse Collin tristate 2253ebe1243SLasse Collin 226cacb246fSAlbin Tonnerreconfig DECOMPRESS_LZO 227cacb246fSAlbin Tonnerre select LZO_DECOMPRESS 228cacb246fSAlbin Tonnerre tristate 229cacb246fSAlbin Tonnerre 230e76e1fdfSKyungsik Leeconfig DECOMPRESS_LZ4 231e76e1fdfSKyungsik Lee select LZ4_DECOMPRESS 232e76e1fdfSKyungsik Lee tristate 233e76e1fdfSKyungsik Lee 234c8531ab3SH. Peter Anvin# 235f14f75b8SJes Sorensen# Generic allocator support is selected if needed 236f14f75b8SJes Sorensen# 237f14f75b8SJes Sorensenconfig GENERIC_ALLOCATOR 238f14f75b8SJes Sorensen boolean 239f14f75b8SJes Sorensen 240f14f75b8SJes Sorensen# 2411da177e4SLinus Torvalds# reed solomon support is select'ed if needed 2421da177e4SLinus Torvalds# 2431da177e4SLinus Torvaldsconfig REED_SOLOMON 2441da177e4SLinus Torvalds tristate 2451da177e4SLinus Torvalds 2461da177e4SLinus Torvaldsconfig REED_SOLOMON_ENC8 2471da177e4SLinus Torvalds boolean 2481da177e4SLinus Torvalds 2491da177e4SLinus Torvaldsconfig REED_SOLOMON_DEC8 2501da177e4SLinus Torvalds boolean 2511da177e4SLinus Torvalds 2521da177e4SLinus Torvaldsconfig REED_SOLOMON_ENC16 2531da177e4SLinus Torvalds boolean 2541da177e4SLinus Torvalds 2551da177e4SLinus Torvaldsconfig REED_SOLOMON_DEC16 2561da177e4SLinus Torvalds boolean 2571da177e4SLinus Torvalds 258f7704347SDavid S. Miller# 259437aa565SIvan Djelic# BCH support is selected if needed 260437aa565SIvan Djelic# 261437aa565SIvan Djelicconfig BCH 262437aa565SIvan Djelic tristate 263437aa565SIvan Djelic 264437aa565SIvan Djelicconfig BCH_CONST_PARAMS 265437aa565SIvan Djelic boolean 266437aa565SIvan Djelic help 267437aa565SIvan Djelic Drivers may select this option to force specific constant 268437aa565SIvan Djelic values for parameters 'm' (Galois field order) and 't' 269437aa565SIvan Djelic (error correction capability). Those specific values must 270437aa565SIvan Djelic be set by declaring default values for symbols BCH_CONST_M 271437aa565SIvan Djelic and BCH_CONST_T. 272437aa565SIvan Djelic Doing so will enable extra compiler optimizations, 273437aa565SIvan Djelic improving encoding and decoding performance up to 2x for 274437aa565SIvan Djelic usual (m,t) values (typically such that m*t < 200). 275437aa565SIvan Djelic When this option is selected, the BCH library supports 276437aa565SIvan Djelic only a single (m,t) configuration. This is mainly useful 277437aa565SIvan Djelic for NAND flash board drivers requiring known, fixed BCH 278437aa565SIvan Djelic parameters. 279437aa565SIvan Djelic 280437aa565SIvan Djelicconfig BCH_CONST_M 281437aa565SIvan Djelic int 282437aa565SIvan Djelic range 5 15 283437aa565SIvan Djelic help 284437aa565SIvan Djelic Constant value for Galois field order 'm'. If 'k' is the 285437aa565SIvan Djelic number of data bits to protect, 'm' should be chosen such 286437aa565SIvan Djelic that (k + m*t) <= 2**m - 1. 287437aa565SIvan Djelic Drivers should declare a default value for this symbol if 288437aa565SIvan Djelic they select option BCH_CONST_PARAMS. 289437aa565SIvan Djelic 290437aa565SIvan Djelicconfig BCH_CONST_T 291437aa565SIvan Djelic int 292437aa565SIvan Djelic help 293437aa565SIvan Djelic Constant value for error correction capability in bits 't'. 294437aa565SIvan Djelic Drivers should declare a default value for this symbol if 295437aa565SIvan Djelic they select option BCH_CONST_PARAMS. 296437aa565SIvan Djelic 297437aa565SIvan Djelic# 298f7704347SDavid S. Miller# Textsearch support is select'ed if needed 299f7704347SDavid S. Miller# 3002de4ff7bSThomas Grafconfig TEXTSEARCH 301f7704347SDavid S. Miller boolean 3021da177e4SLinus Torvalds 303df3fb93aSThomas Grafconfig TEXTSEARCH_KMP 304f7704347SDavid S. Miller tristate 305df3fb93aSThomas Graf 3068082e4edSPablo Neira Ayusoconfig TEXTSEARCH_BM 30729cb9f9cSDavid S. Miller tristate 3088082e4edSPablo Neira Ayuso 3096408f79cSThomas Grafconfig TEXTSEARCH_FSM 310f7704347SDavid S. Miller tristate 3116408f79cSThomas Graf 3125db53f3eSJoern Engelconfig BTREE 3135db53f3eSJoern Engel boolean 3145db53f3eSJoern Engel 3155ea81769SAl Viroconfig HAS_IOMEM 316ee36c2bfSAl Viro boolean 3175ea81769SAl Viro depends on !NO_IOMEM 318087fafd1SRichard Weinberger select GENERIC_IO 3195ea81769SAl Viro default y 3205ea81769SAl Viro 3215ea81769SAl Viroconfig HAS_IOPORT 3225ea81769SAl Viro boolean 3235ea81769SAl Viro depends on HAS_IOMEM && !NO_IOPORT 324ee36c2bfSAl Viro default y 325ee36c2bfSAl Viro 326411f0f3eSHeiko Carstensconfig HAS_DMA 327411f0f3eSHeiko Carstens boolean 328411f0f3eSHeiko Carstens depends on !NO_DMA 329411f0f3eSHeiko Carstens default y 330411f0f3eSHeiko Carstens 331928923c7SGeert Uytterhoevenconfig CHECK_SIGNATURE 332928923c7SGeert Uytterhoeven bool 333928923c7SGeert Uytterhoeven 334aab46da0SRusty Russellconfig CPUMASK_OFFSTACK 335aab46da0SRusty Russell bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS 336aab46da0SRusty Russell help 337aab46da0SRusty Russell Use dynamic allocation for cpumask_var_t, instead of putting 338aab46da0SRusty Russell them on the stack. This is a bit more expensive, but avoids 339aab46da0SRusty Russell stack overflow. 340aab46da0SRusty Russell 3418c384cdeSRusty Russellconfig DISABLE_OBSOLETE_CPUMASK_FUNCTIONS 3428c384cdeSRusty Russell bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS 343525c1f92SKees Cook depends on BROKEN 3448c384cdeSRusty Russell 345c39649c3SBen Hutchingsconfig CPU_RMAP 346c39649c3SBen Hutchings bool 347c39649c3SBen Hutchings depends on SMP 348c39649c3SBen Hutchings 34975957ba3STom Herbertconfig DQL 35075957ba3STom Herbert bool 35175957ba3STom Herbert 352e9cc8bddSGeert Uytterhoeven# 353e9cc8bddSGeert Uytterhoeven# Netlink attribute parsing support is select'ed if needed 354e9cc8bddSGeert Uytterhoeven# 355e9cc8bddSGeert Uytterhoevenconfig NLATTR 356e9cc8bddSGeert Uytterhoeven bool 357e9cc8bddSGeert Uytterhoeven 35809d4e0edSPaul Mackerras# 35909d4e0edSPaul Mackerras# Generic 64-bit atomic support is selected if needed 36009d4e0edSPaul Mackerras# 36109d4e0edSPaul Mackerrasconfig GENERIC_ATOMIC64 36209d4e0edSPaul Mackerras bool 36309d4e0edSPaul Mackerras 3647463449bSCatalin Marinasconfig ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 3657463449bSCatalin Marinas def_bool y if GENERIC_ATOMIC64 3667463449bSCatalin Marinas 367b411b363SPhilipp Reisnerconfig LRU_CACHE 368b411b363SPhilipp Reisner tristate 369b411b363SPhilipp Reisner 370c5485a7eSBruno Randolfconfig AVERAGE 371a7a9a24dSMichael Buesch bool "Averaging functions" 372a7a9a24dSMichael Buesch help 373a7a9a24dSMichael Buesch This option is provided for the case where no in-kernel-tree 374a7a9a24dSMichael Buesch modules require averaging functions, but a module built outside 375a7a9a24dSMichael Buesch the kernel tree does. Such modules that use library averaging 376a7a9a24dSMichael Buesch functions require Y here. 377a7a9a24dSMichael Buesch 378a7a9a24dSMichael Buesch If unsure, say N. 379c5485a7eSBruno Randolf 380c6df4b17SDavid Millerconfig CLZ_TAB 381c6df4b17SDavid Miller bool 382c6df4b17SDavid Miller 38310f8113eSArend van Sprielconfig CORDIC 384d89ce936SMichael Witten tristate "CORDIC algorithm" 38510f8113eSArend van Spriel help 386435a95c5SMichael Witten This option provides an implementation of the CORDIC algorithm; 387435a95c5SMichael Witten calculations are in fixed point. Module will be called cordic. 38810f8113eSArend van Spriel 3899c1c21a0SAneesh Vconfig DDR 3909c1c21a0SAneesh V bool "JEDEC DDR data" 3919c1c21a0SAneesh V help 3929c1c21a0SAneesh V Data from JEDEC specs for DDR SDRAM memories, 3939c1c21a0SAneesh V particularly the AC timing parameters and addressing 3949c1c21a0SAneesh V information. This data is useful for drivers handling 3959c1c21a0SAneesh V DDR SDRAM controllers. 3969c1c21a0SAneesh V 397d9c46b18SDmitry Kasatkinconfig MPILIB 3982e5f094bSDmitry Kasatkin tristate 399c6df4b17SDavid Miller select CLZ_TAB 400d9c46b18SDmitry Kasatkin help 401d9c46b18SDmitry Kasatkin Multiprecision maths library from GnuPG. 402d9c46b18SDmitry Kasatkin It is used to implement RSA digital signature verification, 403d9c46b18SDmitry Kasatkin which is used by IMA/EVM digital signature extension. 404d9c46b18SDmitry Kasatkin 4055e8898e9SDmitry Kasatkinconfig SIGNATURE 4062e5f094bSDmitry Kasatkin tristate 407be440ec7SDmitry Kasatkin depends on KEYS && CRYPTO 408be440ec7SDmitry Kasatkin select CRYPTO_SHA1 409051dbb91SDmitry Kasatkin select MPILIB 410051dbb91SDmitry Kasatkin help 411051dbb91SDmitry Kasatkin Digital signature verification. Currently only RSA is supported. 412051dbb91SDmitry Kasatkin Implementation is done using GnuPG MPI library 413051dbb91SDmitry Kasatkin 414ab253839SDavid Daney# 415ab253839SDavid Daney# libfdt files, only selected if needed. 416ab253839SDavid Daney# 417ab253839SDavid Daneyconfig LIBFDT 418ab253839SDavid Daney bool 419ab253839SDavid Daney 420a77ad6eaSDavid Howellsconfig OID_REGISTRY 421a77ad6eaSDavid Howells tristate 422a77ad6eaSDavid Howells help 423a77ad6eaSDavid Howells Enable fast lookup object identifier registry. 424a77ad6eaSDavid Howells 4250635eb8aSMatthew Garrettconfig UCS2_STRING 4260635eb8aSMatthew Garrett tristate 4270635eb8aSMatthew Garrett 428ee89bd6bSGeert Uytterhoevensource "lib/fonts/Kconfig" 429ee89bd6bSGeert Uytterhoeven 4302de4ff7bSThomas Grafendmenu 431