diff options
author | Jean Delvare <jdelvare@suse.de> | 2017-01-30 09:52:01 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-30 21:09:43 -0800 |
commit | 92f3e6ebf6e43fdd5e2f044fc26d973f341b7ef0 (patch) | |
tree | 5581a748f9f2bea79053fd990e40b0dbc6436a34 /drivers/firmware/Kconfig | |
parent | c0d32456091a81b0880e302d8c38c736a4dddab0 (diff) | |
download | talos-obmc-linux-92f3e6ebf6e43fdd5e2f044fc26d973f341b7ef0.tar.gz talos-obmc-linux-92f3e6ebf6e43fdd5e2f044fc26d973f341b7ef0.zip |
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: Jean Delvare <jdelvare@suse.de>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/firmware/Kconfig')
-rw-r--r-- | drivers/firmware/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 1867f0d1389b..6e4ed5a9c6fd 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -21,6 +21,7 @@ config ARM_PSCI_CHECKER config ARM_SCPI_PROTOCOL tristate "ARM System Control and Power Interface (SCPI) Message Protocol" + depends on ARM || ARM64 || COMPILE_TEST depends on MAILBOX help System Control and Power Interface (SCPI) Message Protocol is |