Skip to content

Commit ec1075b

Browse files
Fix consoles in 6.6 kernel: (#259)
## Description <!--- Please describe what this PR is going to change --> The console/framebuffers configs changed between the 5.x and 6.x kernels. This gets the virtual console to tty0 working properly. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents ab0689c + 7b1c952 commit ec1075b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kernel/configs/generic-6.6.y-x86_64

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ CONFIG_LEGACY_VSYSCALL_NONE=y
6464
# CONFIG_SUSPEND is not set
6565
# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
6666
CONFIG_ACPI_DOCK=y
67+
CONFIG_ACPI_IPMI=y
6768
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
6869
CONFIG_ACPI_SBS=y
6970
CONFIG_ACPI_NFIT=y
@@ -430,6 +431,7 @@ CONFIG_UEVENT_HELPER=y
430431
CONFIG_DEVTMPFS=y
431432
CONFIG_CONNECTOR=y
432433
CONFIG_DMI_SYSFS=y
434+
CONFIG_SYSFB_SIMPLEFB=y
433435
CONFIG_RESET_ATTACK_MITIGATION=y
434436
# CONFIG_PNP_DEBUG_MESSAGES is not set
435437
CONFIG_BLK_DEV_LOOP=y
@@ -619,10 +621,8 @@ CONFIG_INPUT_ATLAS_BTNS=y
619621
CONFIG_INPUT_UINPUT=y
620622
CONFIG_SERIO_PCIPS2=y
621623
CONFIG_SERIO_RAW=y
622-
CONFIG_VT_HW_CONSOLE_BINDING=y
623624
# CONFIG_LEGACY_PTYS is not set
624625
CONFIG_SERIAL_8250=y
625-
CONFIG_SERIAL_8250_CONSOLE=y
626626
CONFIG_SERIAL_8250_NR_UARTS=32
627627
# CONFIG_SERIAL_8250_MID is not set
628628
CONFIG_SERIAL_DEV_BUS=y
@@ -659,6 +659,8 @@ CONFIG_MFD_WL1273_CORE=y
659659
CONFIG_MFD_VX855=y
660660
CONFIG_DRM=y
661661
CONFIG_DRM_I915=y
662+
CONFIG_DRM_SIMPLEDRM=y
663+
CONFIG_FB=y
662664
CONFIG_USB=y
663665
CONFIG_USB_XHCI_HCD=y
664666
CONFIG_USB_EHCI_HCD=y

0 commit comments

Comments
 (0)