I am using Config Tools v12.0. I have a working base configuration .mex. Now I want to configure a PIN as interrupt, so I went to 'Pint' tab, click selected pin and ticked one of the PINT option. However immediately I have following error seem to complain missing driver:
"
Issue: Pins initialization requires the INPUTMUX Driver in the project.
Level: Error
Type: Validation
Tool: Toolchain/IDE project
Origin: Pins:BOARD_InitPins
Target: Toolchain/IDE project: cm4
Resource: platform.drivers.inputmux
"
And when I right click the error, I did not see any option to download automatically the missing driver.
I am using GNU GCC toolchain.

How should I resolve this?