Skip to content
Commit 08c89c58 authored by Tomás Agustín González Orlando's avatar Tomás Agustín González Orlando Committed by Girish Pathak
Browse files

scp: Fix fast channel compilation setup



Enable the BUILD_HAS_FAST_CHANNELS via the build system.

This constant may be used by any module that provides
fast channel functionality to other modules (hence the
generic constant name).
Currently, the only module that does so is the transport
module.

This commit also enables BUILD_HAS_FAST_CHANNELS in the case
where SCMI_PERF_FAST_CHANNELS is used.

In the future, if a new module that implements fast channel
functionality is created, then it should also make sure
that it enables the generic fast channels constant in the
same way as with SCMI_PERF_FAST_CHANNELS.

Change-Id: Ieac39cd97671456e3735b411af903d5a00b06e34
Signed-off-by: Tomás Agustín González Orlando's avatarTomás Agustín González Orlando <tomasagustin.gonzalezorlando@arm.com>
parent 078c4689
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment