Skip to content

Commit ffa7a91

Browse files
xypronpalmer-dabbelt
authored andcommitted
riscv: defconfig: enable DRM_NOUVEAU
Both RADEON and NOUVEAU graphics cards are supported on RISC-V. Enabling the one and not the other does not make sense. As typically at most one of RADEON, NOUVEAU, or VIRTIO GPU support will be needed DRM drivers should be compiled as modules. Signed-off-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 683b33f commit ffa7a91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

arch/riscv/configs/defconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ CONFIG_GPIOLIB=y
7272
CONFIG_GPIO_SIFIVE=y
7373
# CONFIG_PTP_1588_CLOCK is not set
7474
CONFIG_POWER_RESET=y
75-
CONFIG_DRM=y
76-
CONFIG_DRM_RADEON=y
77-
CONFIG_DRM_VIRTIO_GPU=y
75+
CONFIG_DRM=m
76+
CONFIG_DRM_RADEON=m
77+
CONFIG_DRM_NOUVEAU=m
78+
CONFIG_DRM_VIRTIO_GPU=m
7879
CONFIG_FRAMEBUFFER_CONSOLE=y
7980
CONFIG_USB=y
8081
CONFIG_USB_XHCI_HCD=y

0 commit comments

Comments
 (0)