Skip to content

Commit

Permalink
firmware: arm_scpi: Add hardware dependencies
Browse files Browse the repository at this point in the history
With a name like that, I assume that the ARM SCPI protocol is only
useful on the ARM architectures.

Signed-off-by: Jean Delvare <[email protected]>
Acked-by: Sudeep Holla <[email protected]>
Cc: Jon Medhurst (Tixy) <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
jdelvare authored and olofj committed Jan 31, 2017
1 parent c0d3245 commit 92f3e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92f3e6e

Please sign in to comment.