Patch "RISC-V: defconfigs: Set CONFIG_FB=y, for FB console" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    RISC-V: defconfigs: Set CONFIG_FB=y, for FB console

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     risc-v-defconfigs-set-config_fb-y-for-fb-console.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 60ebac0790e3cdd61d8f3195025142ab92661ec3
Author: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
Date:   Fri Nov 19 08:44:02 2021 -0800

    RISC-V: defconfigs: Set CONFIG_FB=y, for FB console
    
    [ Upstream commit 3d12b634fe8206ea974c6061a3f3eea529ffbc48 ]
    
    We have CONFIG_FRAMEBUFFER_CONSOLE=y in the defconfigs, but that depends
    on CONFIG_FB so it's not actually getting set.  I'm assuming most users
    on real systems want a framebuffer console, so this enables CONFIG_FB to
    allow that to take effect.
    
    Fixes: 33c57c0d3c67 ("RISC-V: Add a basic defconfig")
    Reviewed-by: Anup Patel <anup@xxxxxxxxxxxxxx>
    Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index c252fd5706d2..f2a2f9c9ed49 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -76,6 +76,7 @@ CONFIG_DRM=m
 CONFIG_DRM_RADEON=m
 CONFIG_DRM_NOUVEAU=m
 CONFIG_DRM_VIRTIO_GPU=m
+CONFIG_FB=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
diff --git a/arch/riscv/configs/rv32_defconfig b/arch/riscv/configs/rv32_defconfig
index 434ef5b64599..cdd113e7a291 100644
--- a/arch/riscv/configs/rv32_defconfig
+++ b/arch/riscv/configs/rv32_defconfig
@@ -71,6 +71,7 @@ CONFIG_POWER_RESET=y
 CONFIG_DRM=y
 CONFIG_DRM_RADEON=y
 CONFIG_DRM_VIRTIO_GPU=y
+CONFIG_FB=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux