Skip to content

Commit

Permalink
Fix consoles in 6.6 kernel: (#259)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
jacobweinstock authored Jan 27, 2025
2 parents ab0689c + 7b1c952 commit ec1075b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kernel/configs/generic-6.6.y-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ CONFIG_LEGACY_VSYSCALL_NONE=y
# CONFIG_SUSPEND is not set
# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_IPMI=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
CONFIG_ACPI_SBS=y
CONFIG_ACPI_NFIT=y
Expand Down Expand Up @@ -430,6 +431,7 @@ CONFIG_UEVENT_HELPER=y
CONFIG_DEVTMPFS=y
CONFIG_CONNECTOR=y
CONFIG_DMI_SYSFS=y
CONFIG_SYSFB_SIMPLEFB=y
CONFIG_RESET_ATTACK_MITIGATION=y
# CONFIG_PNP_DEBUG_MESSAGES is not set
CONFIG_BLK_DEV_LOOP=y
Expand Down Expand Up @@ -619,10 +621,8 @@ CONFIG_INPUT_ATLAS_BTNS=y
CONFIG_INPUT_UINPUT=y
CONFIG_SERIO_PCIPS2=y
CONFIG_SERIO_RAW=y
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=32
# CONFIG_SERIAL_8250_MID is not set
CONFIG_SERIAL_DEV_BUS=y
Expand Down Expand Up @@ -659,6 +659,8 @@ CONFIG_MFD_WL1273_CORE=y
CONFIG_MFD_VX855=y
CONFIG_DRM=y
CONFIG_DRM_I915=y
CONFIG_DRM_SIMPLEDRM=y
CONFIG_FB=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_EHCI_HCD=y
Expand Down

0 comments on commit ec1075b

Please sign in to comment.