diff options
author | Sudeep Holla | 2016-06-05 19:23:21 +0200 |
---|---|---|
committer | Sudeep Holla | 2016-06-13 12:12:55 +0200 |
commit | 8f1498c03d1503c8675a633e9f354041558cc459 (patch) | |
tree | 52068a7e0f5688fa0bf902d3354c5c62ddc8ee0a /drivers/firmware/Kconfig | |
parent | firmware: arm_scpi: mark scpi_get_sensor_value as static (diff) | |
download | kernel-qcow2-linux-8f1498c03d1503c8675a633e9f354041558cc459.tar.gz kernel-qcow2-linux-8f1498c03d1503c8675a633e9f354041558cc459.tar.xz kernel-qcow2-linux-8f1498c03d1503c8675a633e9f354041558cc459.zip |
firmware: arm_scpi: make it depend on MAILBOX instead of ARM_MHU
ARM_SCPI_PROTOCOL can be used with any mailbox and not just ARM MHU
mailbox controller. This patch drops it's dependency on ARM_MHU and
make it depend on just mailbox framework.
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'drivers/firmware/Kconfig')
-rw-r--r-- | drivers/firmware/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 6664f1108c7c..41abdc54815e 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -10,7 +10,7 @@ config ARM_PSCI_FW config ARM_SCPI_PROTOCOL tristate "ARM System Control and Power Interface (SCPI) Message Protocol" - depends on ARM_MHU + depends on MAILBOX help System Control and Power Interface (SCPI) Message Protocol is defined for the purpose of communication between the Application |