summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 05883471ab1..b77c4fb1165 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1708,6 +1708,15 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
("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)