1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: linux-libre-arm64-mnt-reform: Update kernel configuration.

Fixes: https://codeberg.org/guix/guix/issues/101

* gnu/packages/linux.scm (linux-libre-arm64-mnt-reform): Add
CONFIG_KEY_DH_OPERATIONS, CONFIG_CRYPTO_USER_API_HASH,
CONFIG_CRYPTO_USER_API_SKCIPHER, CONFIG_CRYPTO_USER_API_RNG, and
CONFIG_CRYPTO_USER_API_AEAD to kernel configuration.

Change-Id: I7ded159a727d092526a573140591741c2a0804b6
This commit is contained in:
Vagrant Cascadian
2025-05-29 23:06:45 -07:00
committed by Leo Famulari
parent c55d2c0cd2
commit 02abb70078

View File

@@ -1598,6 +1598,12 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
("CONFIG_VIDEO_ROCKCHIP_VDEC2" . m)
("CONFIG_ROCKCHIP_DW_HDMI_QP" . #true)
("CONFIG_ROCKCHIP_DW_MIPI_DSI" . #true)
;; Fixes https://codeberg.org/guix/guix/issues/101
("CONFIG_CRYPTO_USER_API_HASH" . #true)
("CONFIG_CRYPTO_USER_API_SKCIPHER" . #true)
("CONFIG_CRYPTO_USER_API_RNG" . #true)
("CONFIG_CRYPTO_USER_API_AEAD" . #true)
("CONFIG_KEY_DH_OPERATIONS" . #true)
;; Provide support for ath9k wireless
("CONFIG_ATH9K" . m)
("CONFIG_ATH9K_HTC" . m))