On Thursday, 11 January 2024 03:48:47 CET Vagrant Cascadian wrote: > > I have a script which helps with identifying which kernel modules would be > > needed based on the "compatible" strings in the dts file and running it on > > the mt7986a-bananapi-bpi-r3.dts revealed 1 missing component ... but a > > rather important one, which AFAICT is related to ARCH_MEDIATEK not being > > enabled. > CONFIG_ARCH_MEDIATEK is now enabled in the Debian kernel configuration, > although there are probably still other kernel configurations needed. > > Is this script available anywhere? :)
https://salsa.debian.org/kernel-team/linux/-/merge_requests/717#note_401554 Alper Nebi Yasak made a modified version based off of that: https://salsa.debian.org/kernel-team/linux/-/merge_requests/906#note_442903 >From that version I added `--include="Kconfig"` on various `grep -r` lines to my script to speed it up significantly. HTH
signature.asc
Description: This is a digitally signed message part.

