diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-16 18:25:47 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-03-12 16:18:26 -0700 |
| commit | e5c98645a0fe4fdc64915c728f3045449542d29f (patch) | |
| tree | 49614d770327dafbe9540517daf939c313db9390 /gnu/packages/linux.scm | |
| parent | 4d2c9843f3ba5cceb681e5b03bdce2424b4fe3a3 (diff) | |
gnu: linux-libre-arm64-mnt-reform 6.12: Enable more FBCON options.
* gnu/packages/linux.scm (linux-libre-arm64-mnt-reform-6.12): Add kernel
configuration for FBCON rotation, CONFIG_FONTS, CONFIG_HIDRAW, and enable
fonts.
Change-Id: I55ad4fab0427c499097e98e17de04f1c2e6fe8b4
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b77c4fb1165..1219e3b36e6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2043,6 +2043,15 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-mnt-pocket-reform.dtb"))))))))))) ("CONFIG_NFT_FIB_IPV6" . m) ("CONFIG_NFT_BRIDGE_META" . m) ("CONFIG_NFT_BRIDGE_REJECT" . m) + ;; Provides support for FBCON options + ("CONFIG_FRAMEBUFFER_CONSOLE_ROTATION" . #true) + ("CONFIG_HIDRAW" . #true) + ("CONFIG_FONT_SUPPORT" . #true) + ("CONFIG_FONTS" . #true) + ("CONFIG_FONT_8x8" . #true) + ("CONFIG_FONT_8x16" . #true) + ("CONFIG_FONT_TER10x18" . #true) + ("CONFIG_FONT_TER16x32" . #true) ;; Provide support for USB tethering ("CONFIG_USB_NET_CDC_EEM" . m) ("CONFIG_USB_NET_RNDIS_HOST" . m) |
