Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean Delvare and committed by
Olof Johansson
92f3e6eb c0d32456

+1
+1
drivers/firmware/Kconfig
··· 21 21 22 22 config ARM_SCPI_PROTOCOL 23 23 tristate "ARM System Control and Power Interface (SCPI) Message Protocol" 24 + depends on ARM || ARM64 || COMPILE_TEST 24 25 depends on MAILBOX 25 26 help 26 27 System Control and Power Interface (SCPI) Message Protocol is