RISC-V: defconfigs: Set CONFIG_FB=y, for FB console
authorPalmer Dabbelt <palmer@rivosinc.com>
Fri, 19 Nov 2021 16:44:02 +0000 (08:44 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 6 Jan 2022 04:06:23 +0000 (20:06 -0800)
commit3d12b634fe8206ea974c6061a3f3eea529ffbc48
tree5eb243670fe92979faaad69968e2c15fc2d9372e
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
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>
arch/riscv/configs/defconfig
arch/riscv/configs/rv32_defconfig