The FreeMASTER driver uses freemaster_cfg.h to configure various options. User manual for the latest driver version can be found here. Most of the config options are valid even if you use an older driver version.
The interrupt mode can be enabled by setting FMSTR_SHORT_INTR or FMSTR_LONG_INTR options to 1 (and resetting FMSTR_POLL_DRIVEN to 0). You will also need to enable and handle the interrupt and call the FMSTR_SerialIsr function from your ISR (FMSTR_Isr in older version).
Regards,
Michal