Hello Madhuri,
Unfortunately I am not familiar with this driver and do not know who is the author, but I think what this note is trying to say is that in order to enable any of the four available interrupt functions, not only the corresponding INT_EN_x (CTRL_REG4) and INT_CFG_x (CTRL_REG5) bits need to be configured, but also the function itself need to enabled and configured.
Let’s assume for example the motion function. If you want a motion event to generate an interrupt, the motion detection needs to be enabled by setting the OAE bit in the FF_MT_CFG register. Then it is necessary to configure the motion threshold and debounce time using FF_MT_THS and FF_MT_COUNT registers. Finally you need to set the INT_EN_FF_MT bit in the CTRL_REG4 register and set/clear the INT_CFG_FF_MT bit in the CTRL_REG5 register depending on which interrupt pin you want to use for this function.

Best regards,
Tomas