diff options
author | Murilo <murilo@disroot.org> | 2025-07-16 08:35:32 -0300 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-08-13 00:28:26 +0800 |
commit | efd99aee92923256bab1fdc67329b0059cf4caa2 (patch) | |
tree | 95ef7f7c068c1712caaa72c85d45d242cb3fb8f3 /nongnu | |
parent | dcef7451dc689ee08affcf2b2598c2e44c9dea5e (diff) |
nongnu: nonguix-extra-linux-options: Add CONFIG_DRM_AMDGPU_CIK=y.
* nongnu/packages/linux.scm (nonguix-extra-linux-options) [3.10]: Add
CONFIG_DRM_AMDGPU_CIK=y.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu')
-rw-r--r-- | nongnu/packages/linux.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index db4f012..9edae2e 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2023 PRESFIL <presfil@protonmail.com> ;;; Copyright © 2024, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2025 David Wilson <david@systemcrafters.net> +;;; Copyright © 2025 Murilo <murilo@disroot.org> (define-module (nongnu packages linux) #:use-module (gnu packages) @@ -94,6 +95,10 @@ some freedo package or an output of package-version procedure." '( ;; Driver for MT7612U-based wireless USB 3.0 dongles. ("3.10" . "CONFIG_MT76x2U=m") + ;; Enable support for CIK (Sea Islands) asics + ;; Use module options to override this: + ;; radeon.cik_support=0 amdgpu.cik_support=1 + ("3.10" . "CONFIG_DRM_AMDGPU_CIK=y") ;; Driver for MediaTek mt7921e wireless chipset ("5.15" . "CONFIG_MT7921E=m") ;; Activate driver module for RT1318/RT713 (Lunar Lake) |