aboutsummaryrefslogtreecommitdiff
path: root/product/tc0/scp_ramfw/Buildoptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'product/tc0/scp_ramfw/Buildoptions.cmake')
-rw-r--r--product/tc0/scp_ramfw/Buildoptions.cmake17
1 files changed, 0 insertions, 17 deletions
diff --git a/product/tc0/scp_ramfw/Buildoptions.cmake b/product/tc0/scp_ramfw/Buildoptions.cmake
deleted file mode 100644
index dca66d1e1df8..000000000000
--- a/product/tc0/scp_ramfw/Buildoptions.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Arm SCP/MCP Software
-# Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-cmake_dependent_option(
- SCP_ENABLE_SCMI_PERF_FAST_CHANNELS "Enable the SCMI-perf Fast Channels ?"
- "${SCP_ENABLE_SCMI_PERF_FAST_CHANNELS_INIT}"
- "DEFINED SCP_ENABLE_SCMI_PERF_FAST_CHANNELS_INIT"
- "${SCP_ENABLE_SCMI_PERF_FAST_CHANNELS}")
-
-cmake_dependent_option(
- SCP_ENABLE_PLUGIN_HANDLER "Enable the Performance Plugin Handler ?"
- "${SCP_ENABLE_PLUGIN_HANDLER_INIT}" "DEFINED SCP_ENABLE_PLUGIN_HANDLER_INIT"
- "${SCP_ENABLE_PLUGIN_HANDLER}")