diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-08 19:59:29 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-08 19:59:29 +1200 |
| commit | 93f35914637f53007f4fddb4d64069612c7b2b2f (patch) | |
| tree | 5bb92695711b46eb919852f3a3458bf9ea76a1d2 /nix/linux_config | |
| parent | 18ee85b9efe6ab31db652e9a9f919603ca5edd4b (diff) | |
| download | yerbalinux-93f35914637f53007f4fddb4d64069612c7b2b2f.tar.xz yerbalinux-93f35914637f53007f4fddb4d64069612c7b2b2f.zip | |
Fix init issue and work on making graphical tty show
Diffstat (limited to 'nix/linux_config')
| -rw-r--r-- | nix/linux_config | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/nix/linux_config b/nix/linux_config index aa9d8d8..951358e 100644 --- a/nix/linux_config +++ b/nix/linux_config @@ -3405,7 +3405,7 @@ CONFIG_DRM_PANEL=y # end of Drivers for system framebuffers # CONFIG_DRM_APPLETBDRM is not set -# CONFIG_DRM_BOCHS is not set +CONFIG_DRM_BOCHS=y # CONFIG_DRM_CIRRUS_QEMU is not set # CONFIG_DRM_GM12U320 is not set # CONFIG_DRM_UDL is not set @@ -5471,3 +5471,13 @@ CONFIG_ARCH_USE_MEMTEST=y CONFIG_IO_URING_ZCRX=y CONFIG_IO_URING_BPF=y + +CONFIG_FB=y +CONFIG_FB_SIMPLE=y +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_DRM=y +CONFIG_DRM_SIMPLEDRM=y +CONFIG_VT=y +CONFIG_VT_CONSOLE=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y |
