Commit 92f3e6eb authored by Jean Delvare's avatar Jean Delvare Committed by Olof Johansson

firmware: arm_scpi: Add hardware dependencies

With a name like that, I assume that the ARM SCPI protocol is only
useful on the ARM architectures.
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Acked-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent c0d32456
...@@ -21,6 +21,7 @@ config ARM_PSCI_CHECKER ...@@ -21,6 +21,7 @@ config ARM_PSCI_CHECKER
config ARM_SCPI_PROTOCOL config ARM_SCPI_PROTOCOL
tristate "ARM System Control and Power Interface (SCPI) Message Protocol" tristate "ARM System Control and Power Interface (SCPI) Message Protocol"
depends on ARM || ARM64 || COMPILE_TEST
depends on MAILBOX depends on MAILBOX
help help
System Control and Power Interface (SCPI) Message Protocol is System Control and Power Interface (SCPI) Message Protocol is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment