aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini2023-11-28 22:31:09 -0500
committerTom Rini2023-11-28 22:31:09 -0500
commit339d96822efad9e6e445959224b48375124741d8 (patch)
treed3e58eb2a7d985bdd27d728f47cd23bf8076e54c /cmd/Kconfig
parente2a9edc0ced9c2ea6b3c23f2cd93b455985eb173 (diff)
parent3d6fe58437571062aa3943861d25fb2262d6aac0 (diff)
Merge patch series "cmd: add scmi command"
To quote the author: "Scmi" command will be re-introduced per Michal's request. The functionality is the same as I put it in my patch set of adding SCMI base protocol support, but made some tweak to make UT, "ut dm scmi_cmd," more flexible and tolerable when enabling/disabling a specific SCMI protocol for test purpose. Each commit may have some change history inherited from the preceding patch series. Test ==== The patch series was tested on the following platforms: * sandbox
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 7418c20c425..bebe816b075 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2532,6 +2532,15 @@ config CMD_CROS_EC
a number of sub-commands for performing EC tasks such as
updating its flash, accessing a small saved context area
and talking to the I2C bus behind the EC (if there is one).
+
+config CMD_SCMI
+ bool "Enable scmi command"
+ depends on SCMI_FIRMWARE
+ default n
+ help
+ This command provides user interfaces to several SCMI (System
+ Control and Management Interface) protocols available on Arm
+ platforms to manage system resources.
endmenu
menu "Filesystem commands"