From: Jean Delvare Date: Mon, 30 Jan 2017 08:52:01 +0000 (+0100) Subject: firmware: arm_scpi: Add hardware dependencies X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92f3e6ebf6e43fdd5e2f044fc26d973f341b7ef0;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 1867f0d1389b..6e4ed5a9c6fd 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