From: Sudeep Holla Date: Sun, 5 Jun 2016 17:23:21 +0000 (+0100) Subject: firmware: arm_scpi: make it depend on MAILBOX instead of ARM_MHU X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8f1498c03d1503c8675a633e9f354041558cc459;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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