agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
507 stars 397 forks source link

change kernel cfg of drm from y to m to fix fixes #1180 #1207

Closed bigbearishappy closed 11 months ago

bigbearishappy commented 11 months ago

- What I did I was trying to fix the startup problem of the LCD driver in yocto.And I find that the kernel config in yocto of drm is different with raspbianOS.So I change it same with raspbianOS. And it works fine.

Interestingly, I also find that the PWM issue I create in #1180 was fixed.