Skip to content

Commit cbde836

Browse files
committed
linux.config: Enable VirtIO GPU and input features
1 parent bc89681 commit cbde836

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

configs/linux.config

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ CONFIG_INPUT=y
759759
#
760760
# CONFIG_INPUT_MOUSEDEV is not set
761761
# CONFIG_INPUT_JOYDEV is not set
762-
# CONFIG_INPUT_EVDEV is not set
762+
CONFIG_INPUT_EVDEV=y
763763
# CONFIG_INPUT_EVBUG is not set
764764

765765
#
@@ -911,13 +911,19 @@ CONFIG_MFD_SYSCON=y
911911
#
912912
# Graphics support
913913
#
914-
# CONFIG_DRM is not set
914+
CONFIG_DRM=y
915+
CONFIG_DRM_KMS_HELPER=y
915916
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
916917

917918
#
918919
# ARM devices
919920
#
920921
# end of ARM devices
922+
CONFIG_DRM_VIRTIO_GPU=y
923+
CONFIG_DRM_VIRTIO_GPU_KMS=y
924+
CONFIG_DRM_PANEL=y
925+
CONFIG_DRM_BRIDGE=y
926+
CONFIG_DRM_PANEL_BRIDGE=y
921927

922928
#
923929
# Frame buffer Devices
@@ -1053,9 +1059,10 @@ CONFIG_VIRTIO_ANCHOR=y
10531059
CONFIG_VIRTIO=y
10541060
CONFIG_VIRTIO_MENU=y
10551061
# CONFIG_VIRTIO_BALLOON is not set
1056-
# CONFIG_VIRTIO_INPUT is not set
1062+
CONFIG_VIRTIO_INPUT=y
10571063
CONFIG_VIRTIO_MMIO=y
10581064
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
1065+
CONFIG_VIRTIO_DMA_SHARED_BUFFER=y
10591066
# CONFIG_VDPA is not set
10601067
# CONFIG_VHOST_MENU is not set
10611068

0 commit comments

Comments
 (0)