aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware/Kconfig
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2020-09-07 12:09:23 +0100
committerSudeep Holla <sudeep.holla@arm.com>2020-09-14 07:31:03 +0100
commit66d90f6ecee755e9c19a119c9255e80091165498 (patch)
treeb3cf25d991cb3a1120640b9746907aefca8f992c /drivers/firmware/Kconfig
parentfirmware: arm_scmi: Move scmi protocols registration into the driver (diff)
downloadwireguard-linux-66d90f6ecee755e9c19a119c9255e80091165498.tar.xz
wireguard-linux-66d90f6ecee755e9c19a119c9255e80091165498.zip
firmware: arm_scmi: Enable building as a single module
Now, with all the plumbing in place to enable building scmi as a module instead of built-in modules, let us enable the same. Link: https://lore.kernel.org/r/20200907195046.56615-5-sudeep.holla@arm.com Tested-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'drivers/firmware/Kconfig')
-rw-r--r--drivers/firmware/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index fbd785dd0513..afdbebba628a 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -7,7 +7,7 @@
menu "Firmware Drivers"
config ARM_SCMI_PROTOCOL
- bool "ARM System Control and Management Interface (SCMI) Message Protocol"
+ tristate "ARM System Control and Management Interface (SCMI) Message Protocol"
depends on ARM || ARM64 || COMPILE_TEST
depends on MAILBOX
help