From: Jean Delvare Date: Mon, 30 Jan 2017 08:52:01 +0000 (+0100) Subject: firmware: arm_scpi: Add hardware dependencies X-Git-Tag: v4.11-rc1~91^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92f3e6ebf6e43fdd5e2f044fc26d973f341b7ef0;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Sudeep Holla Cc: Jon Medhurst (Tixy) Signed-off-by: Olof Johansson --- diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 1867f0d1389b2..6e4ed5a9c6fdc 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -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