mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
c55d2c0cd2
commit
02abb70078
1 changed files with 6 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue