GLINK changed their default handling of channel callbacks from the irq context to a callback thread. This change impacted FastRPC performance. Configure FastRPC to use irq context to handle channel callbacks to fix the performance regression. Change-Id: I8ab7a69127e66e046d10f5bd226cfb74e6ba2318 Signed-off-by: Om Deore <quic_odeore@quicinc.com>