Kconfig (00b26474c2f1613d7ab894c525f775c67c8a9e8f) | Kconfig (4f75da3666c0c572967729a2401ac650be5581b6) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 548 unchanged lines hidden (view full) --- 557 depends on KEYS 558 select CRYPTO 559 select CRYPTO_SHA1 560 select MPILIB 561 help 562 Digital signature verification. Currently only RSA is supported. 563 Implementation is done using GnuPG MPI library 564 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 548 unchanged lines hidden (view full) --- 557 depends on KEYS 558 select CRYPTO 559 select CRYPTO_SHA1 560 select MPILIB 561 help 562 Digital signature verification. Currently only RSA is supported. 563 Implementation is done using GnuPG MPI library 564 |
565config DIMLIB 566 bool "DIM library" 567 default y 568 help 569 Dynamic Interrupt Moderation library. 570 Implements an algorithm for dynamically change CQ modertion values 571 according to run time performance. 572 |
|
565# 566# libfdt files, only selected if needed. 567# 568config LIBFDT 569 bool 570 571config OID_REGISTRY 572 tristate 573 help 574 Enable fast lookup object identifier registry. 575 576config UCS2_STRING 577 tristate 578 | 573# 574# libfdt files, only selected if needed. 575# 576config LIBFDT 577 bool 578 579config OID_REGISTRY 580 tristate 581 help 582 Enable fast lookup object identifier registry. 583 584config UCS2_STRING 585 tristate 586 |
579# 580# generic vdso 581# 582source "lib/vdso/Kconfig" 583 | |
584source "lib/fonts/Kconfig" 585 586config SG_SPLIT 587 def_bool n 588 help 589 Provides a helper to split scatterlists into chunks, each chunk being 590 a scatterlist. This should be selected by a driver or an API which 591 whishes to split a scatterlist amongst multiple DMA channels. --- 67 unchanged lines hidden --- | 587source "lib/fonts/Kconfig" 588 589config SG_SPLIT 590 def_bool n 591 help 592 Provides a helper to split scatterlists into chunks, each chunk being 593 a scatterlist. This should be selected by a driver or an API which 594 whishes to split a scatterlist amongst multiple DMA channels. --- 67 unchanged lines hidden --- |