Hi @aberger,
Could you please share which MCU you are using?
Are you working with an empty project or starting from an example?
How are you importing the SDK into VS Code?
I ran some tests using an LPC device and noticed that when I added a driver, it was indeed added to the config.cmake file, as you mentioned.
However, when checking the driver's .cmake file (<peripheral>.<MCU>.cmake), I saw that the included component is fsl_<peripheral>.
Also, in the project's driver folder, the corresponding fsl_<peripheral> files were added when I build the project.
Could you check whether importing a peripheral the way you're doing causes any changes in the project's driver folder after building?
Best Regards,
Pablo