aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/configs/rv32_defconfig
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@rivosinc.com>2021-11-19 08:44:02 -0800
committerPalmer Dabbelt <palmer@rivosinc.com>2022-01-05 20:06:23 -0800
commit3d12b634fe8206ea974c6061a3f3eea529ffbc48 (patch)
tree5eb243670fe92979faaad69968e2c15fc2d9372e /arch/riscv/configs/rv32_defconfig
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf (diff)
RISC-V: defconfigs: Set CONFIG_FB=y, for FB console
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>
Diffstat (limited to 'arch/riscv/configs/rv32_defconfig')
-rw-r--r--arch/riscv/configs/rv32_defconfig1
1 files changed, 1 insertions, 0 deletions
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