NOT FOR MERGE: moby: switch a few more kernel options back to their default

display: non-functional
This commit is contained in:
2024-09-19 00:09:53 +00:00
parent 9b07eebf6d
commit 09bbd9fd91

View File

@@ -694,7 +694,7 @@ linux.override {
# # VIDEO_SUNXI_CEDRUS = module; #< implied by VIDEO_SUNXI # # VIDEO_SUNXI_CEDRUS = module; #< implied by VIDEO_SUNXI
# #^^^ this isn't enough to get camera working # #^^^ this isn't enough to get camera working
MFD_SUN6I_PRCM = yes; # MFD_SUN6I_PRCM = yes;
# allow kernel modules to read the device tree at runtime # allow kernel modules to read the device tree at runtime
OF_RESOLVE = yes; OF_RESOLVE = yes;
@@ -730,6 +730,7 @@ linux.override {
# RCU_FANOUT = freeform "64"; # RCU_FANOUT = freeform "64";
# RCU_FANOUT_LEAF = freeform "16"; # RCU_FANOUT_LEAF = freeform "16";
# some or all of this is required for `megapixels`(-next) to operate the camera (possibly CMA/DMA related?)
ARM64_LPA2 = yes; ARM64_LPA2 = yes;
ARM64_VA_BITS_48 = yes; #< 48 (not 52) bits for virtual addresses. the other bit widths are then derived same as pmos config ARM64_VA_BITS_48 = yes; #< 48 (not 52) bits for virtual addresses. the other bit widths are then derived same as pmos config
# ARM64_VA_BITS = freeform "48"; # ARM64_VA_BITS = freeform "48";
@@ -805,14 +806,14 @@ linux.override {
DRM_LIMA = yes; DRM_LIMA = yes;
DRM_PANFROST = yes; DRM_PANFROST = yes;
LCD_CLASS_DEVICE = yes; # LCD_CLASS_DEVICE = yes;
BACKLIGHT_CLASS_DEVICE = yes; # BACKLIGHT_CLASS_DEVICE = yes;
BACKLIGHT_PWM = yes; # BACKLIGHT_PWM = yes;
DMA_SUN6I = yes; # DMA_SUN6I = yes;
# USB stuff ellided... # USB stuff ellided...
PWM_SUN4I = yes; # PWM_SUN4I = yes;
PHY_SUN6I_MIPI_DPHY = yes; # PHY_SUN6I_MIPI_DPHY = yes;
# PHY_SUN50I_USB3 = yes; # PHY_SUN50I_USB3 = yes;
# PHY_QCOM_USB_HS = yes; # PHY_QCOM_USB_HS = yes;