mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: linux-libre-arm64-generic: Build motorcomm module.
* gnu/packages/linux.scm (linux-libre-arm64-generic) (linux-libre-lts-arm64-generic): Build motorcomm kernel module. Change-Id: I2cb40f4bf0878b36fcf61fe8e8cfe810b3e3b264
This commit is contained in:
committed by
Leo Famulari
parent
fc4f3f99e4
commit
fd03f702f7
@@ -1317,6 +1317,8 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||
(append
|
||||
`(;; Provide support for ath9k wireless
|
||||
("CONFIG_ATH9K_HTC" . m)
|
||||
;; Support Orange Pi R1 Plus LTS ethernet PHY.
|
||||
("CONFIG_MOTORCOMM_PHY" . m)
|
||||
;; needed to fix the RTC on rockchip platforms
|
||||
("CONFIG_RTC_DRV_RK808" . #t)
|
||||
;; Pinebook display, battery, charger and usb
|
||||
@@ -1351,6 +1353,8 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||
(append
|
||||
`( ;; Provide support for ath9k wireless
|
||||
("CONFIG_ATH9K_HTC" . m)
|
||||
;; Support Orange Pi R1 Plus LTS ethernet PHY.
|
||||
("CONFIG_MOTORCOMM_PHY" . m)
|
||||
;; needed to fix the RTC on rockchip platforms
|
||||
("CONFIG_RTC_DRV_RK808" . #t)
|
||||
;; Pinebook display, battery, charger and usb
|
||||
|
||||
Reference in New Issue
Block a user