File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -759,7 +759,7 @@ CONFIG_INPUT=y
759
759
#
760
760
# CONFIG_INPUT_MOUSEDEV is not set
761
761
# CONFIG_INPUT_JOYDEV is not set
762
- # CONFIG_INPUT_EVDEV is not set
762
+ CONFIG_INPUT_EVDEV=y
763
763
# CONFIG_INPUT_EVBUG is not set
764
764
765
765
#
@@ -911,13 +911,19 @@ CONFIG_MFD_SYSCON=y
911
911
#
912
912
# Graphics support
913
913
#
914
- # CONFIG_DRM is not set
914
+ CONFIG_DRM=y
915
+ CONFIG_DRM_KMS_HELPER=y
915
916
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
916
917
917
918
#
918
919
# ARM devices
919
920
#
920
921
# 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
921
927
922
928
#
923
929
# Frame buffer Devices
@@ -1053,9 +1059,10 @@ CONFIG_VIRTIO_ANCHOR=y
1053
1059
CONFIG_VIRTIO=y
1054
1060
CONFIG_VIRTIO_MENU=y
1055
1061
# CONFIG_VIRTIO_BALLOON is not set
1056
- # CONFIG_VIRTIO_INPUT is not set
1062
+ CONFIG_VIRTIO_INPUT=y
1057
1063
CONFIG_VIRTIO_MMIO=y
1058
1064
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
1065
+ CONFIG_VIRTIO_DMA_SHARED_BUFFER=y
1059
1066
# CONFIG_VDPA is not set
1060
1067
# CONFIG_VHOST_MENU is not set
1061
1068
You can’t perform that action at this time.
0 commit comments