public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] firmware: arm_scpi: Add hardware dependencies
@ 2017-01-25 13:32 Jean Delvare
  2017-01-25 13:38 ` Sudeep Holla
  0 siblings, 1 reply; 11+ messages in thread
From: Jean Delvare @ 2017-01-25 13:32 UTC (permalink / raw)
  To: LKML; +Cc: Sudeep Holla, Jon Medhurst (Tixy)

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>
Fixes: 8f1498c03d15 ("firmware: arm_scpi: make it depend on MAILBOX instead of")
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
---
Please correct me if I'm wrong.

 drivers/firmware/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.10-rc5.orig/drivers/firmware/Kconfig	2017-01-01 23:31:53.000000000 +0100
+++ linux-4.10-rc5/drivers/firmware/Kconfig	2017-01-25 14:19:36.875930416 +0100
@@ -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


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-01-27 14:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25 13:32 [PATCH] firmware: arm_scpi: Add hardware dependencies Jean Delvare
2017-01-25 13:38 ` Sudeep Holla
2017-01-25 13:50   ` Jean Delvare
2017-01-25 13:56     ` Sudeep Holla
2017-01-25 14:14       ` Jean Delvare
2017-01-25 14:20         ` Sudeep Holla
2017-01-25 15:04           ` Jean Delvare
2017-01-25 15:15             ` Sudeep Holla
2017-01-27  8:53               ` Jean Delvare
2017-01-27  9:00                 ` Greg KH
2017-01-27 14:22                 ` Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox