lkml.org 
[lkml]   [2022]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.16 0950/1039] RISC-V: defconfigs: Set CONFIG_FB=y, for FB console
    Date
    From: Palmer Dabbelt <palmer@rivosinc.com>

    commit 3d12b634fe8206ea974c6061a3f3eea529ffbc48 upstream.

    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@brainfault.org>
    Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/riscv/configs/defconfig | 1 +
    arch/riscv/configs/rv32_defconfig | 1 +
    2 files changed, 2 insertions(+)

    --- a/arch/riscv/configs/defconfig
    +++ b/arch/riscv/configs/defconfig
    @@ -78,6 +78,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
    --- a/arch/riscv/configs/rv32_defconfig
    +++ b/arch/riscv/configs/rv32_defconfig
    @@ -73,6 +73,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

    \
     
     \ /
      Last update: 2022-01-25 00:11    [W:4.026 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site