Skip to content

Commit

Permalink
change kernel cfg from y to m to fix the lcd pwm [issue](#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbearishappy committed Jul 31, 2023
1 parent 43683cb commit dc56f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes-kernel/linux/files/vc4graphics.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONFIG_I2C_BCM2835=y
CONFIG_DRM=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_VC4=y
CONFIG_DRM=m
CONFIG_DRM_FBDEV_EMULATION=m
CONFIG_DRM_VC4=m
CONFIG_SND=y
CONFIG_SND_SOC=y

0 comments on commit dc56f9f

Please sign in to comment.