Skip to content

[redhat] New configs in crypto/Kconfig

CKI ARK Bot requested to merge configs/os-build/2023-11-03/crypto/Kconfig into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

Symbol: CRYPTO_JITTERENTROPY_MEMSIZE_1024 [=n] Type : bool Defined at crypto/Kconfig:1322 Prompt: 1024 kBytes Depends on: Location: -> Cryptographic API (CRYPTO [=y]) -> Random number generation -> CPU Jitter Non-Deterministic RNG (Random Number Generator) (CRYPTO_JITTERENTROPY [=y]) -> CPU Jitter RNG Memory Size ( [=y]) -> 1024 kBytes (CRYPTO_JITTERENTROPY_MEMSIZE_1024 [=n])


Symbol: CRYPTO_JITTERENTROPY_MEMSIZE_128 [=n] Type : bool Defined at crypto/Kconfig:1319 Prompt: 128 kBytes Depends on: Location: -> Cryptographic API (CRYPTO [=y]) -> Random number generation -> CPU Jitter Non-Deterministic RNG (Random Number Generator) (CRYPTO_JITTERENTROPY [=y]) -> CPU Jitter RNG Memory Size ( [=y]) -> 128 kBytes (CRYPTO_JITTERENTROPY_MEMSIZE_128 [=n])


Symbol: CRYPTO_JITTERENTROPY_MEMSIZE_2 [=y] Type : bool Defined at crypto/Kconfig:1316 Prompt: 2048 Bytes (default) Depends on: Location: -> Cryptographic API (CRYPTO [=y]) -> Random number generation -> CPU Jitter Non-Deterministic RNG (Random Number Generator) (CRYPTO_JITTERENTROPY [=y]) -> CPU Jitter RNG Memory Size ( [=y]) -> 2048 Bytes (default) (CRYPTO_JITTERENTROPY_MEMSIZE_2 [=y])


Symbol: CRYPTO_JITTERENTROPY_MEMSIZE_8192 [=n] Type : bool Defined at crypto/Kconfig:1325 Prompt: 8192 kBytes Depends on: Location: -> Cryptographic API (CRYPTO [=y]) -> Random number generation -> CPU Jitter Non-Deterministic RNG (Random Number Generator) (CRYPTO_JITTERENTROPY [=y]) -> CPU Jitter RNG Memory Size ( [=y]) -> 8192 kBytes (CRYPTO_JITTERENTROPY_MEMSIZE_8192 [=n])


Symbol: CRYPTO_JITTERENTROPY_OSR [=1] Type : integer Range : [1 15] Defined at crypto/Kconfig:1343 Prompt: CPU Jitter RNG Oversampling Rate Depends on: CRYPTO [=y] && CRYPTO_JITTERENTROPY [=y] Location: -> Cryptographic API (CRYPTO [=y]) -> Random number generation -> CPU Jitter RNG Oversampling Rate (CRYPTO_JITTERENTROPY_OSR [=1])


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports