gnu: linux-libre-arm64-generic: Enable support for Pinebook.
* gnu/packages/linux (linux-libre-arm64-generic): Enable modules for display, battery, charger and usb on Pinebook.
This commit is contained in:
parent
19c14d95b3
commit
4d850f7c5a
1 changed files with 10 additions and 1 deletions
|
@ -978,7 +978,16 @@ It has been modified to remove all non-free binary blobs.")
|
||||||
#:extra-options
|
#:extra-options
|
||||||
(append
|
(append
|
||||||
`(;; needed to fix the RTC on rockchip platforms
|
`(;; needed to fix the RTC on rockchip platforms
|
||||||
("CONFIG_RTC_DRV_RK808" . #t))
|
("CONFIG_RTC_DRV_RK808" . #t)
|
||||||
|
;; Pinebook display, battery, charger and usb
|
||||||
|
("CONFIG_DRM_ANALOGIX_ANX6345" . m)
|
||||||
|
("CONFIG_CHARGER_AXP20X" . m)
|
||||||
|
("CONFIG_INPUT_AXP20X_PEK" . m)
|
||||||
|
("CONFIG_CHARGER_AXP20X" . m)
|
||||||
|
("CONFIG_BATTERY_AXP20X" . m)
|
||||||
|
("CONFIG_PINCTRL_AXP209" . m)
|
||||||
|
("CONFIG_AXP20X_POWER" . m)
|
||||||
|
("CONFIG_AXP20X_ADC" . m))
|
||||||
%default-extra-linux-options)))
|
%default-extra-linux-options)))
|
||||||
|
|
||||||
(define-public linux-libre-arm64-generic-5.4
|
(define-public linux-libre-arm64-generic-5.4
|
||||||
|
|
Reference in a new issue