mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: linux: Fix missing module for Lunar Lake platform.
* nongnu/packages/linux.scm (nonguix-extra-linux-options): Add two kernel configs to include latest Lunar Lake audio chipset (RT1318/RT713). Fixes: https://gitlab.com/nonguix/nonguix/-/issues/390 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
c4497b7156
commit
4363f769e4
1 changed files with 5 additions and 1 deletions
|
@ -88,7 +88,11 @@ some freedo package or an output of package-version procedure."
|
||||||
;; actual.
|
;; actual.
|
||||||
'(
|
'(
|
||||||
;; Driver for MediaTek mt7921e wireless chipset
|
;; Driver for MediaTek mt7921e wireless chipset
|
||||||
("5.15" . "CONFIG_MT7921E=m")))))
|
("5.15" . "CONFIG_MT7921E=m")
|
||||||
|
;; Activate driver module for RT1318/RT713 (Lunar Lake)
|
||||||
|
;; Builds module named snd_soc_sof_sdw.ko
|
||||||
|
("6.12" . "CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y")
|
||||||
|
("6.12" . "CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m")))))
|
||||||
|
|
||||||
(define* (corrupt-linux freedo
|
(define* (corrupt-linux freedo
|
||||||
#:key
|
#:key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue