aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/imx
diff options
context:
space:
mode:
authorGravatar Daniel Baluta <daniel.baluta@nxp.com> 2020-01-04 15:39:53 +0000
committerGravatar Shawn Guo <shawnguo@kernel.org> 2020-01-09 17:21:33 +0800
commitf52cdcce9197fef9d4a68792dd3b840ad2b77117 (patch)
tree73fb35872ade734ec3f25fe742004301279ca9e7 /drivers/firmware/imx
parentsoc: imx: Enable compile testing of IMX_SCU_SOC (diff)
downloadlinux-f52cdcce9197fef9d4a68792dd3b840ad2b77117.tar.gz
linux-f52cdcce9197fef9d4a68792dd3b840ad2b77117.tar.bz2
linux-f52cdcce9197fef9d4a68792dd3b840ad2b77117.zip
firmware: imx: Allow IMX DSP to be selected as module
IMX DSP is only needed by SOF or any other module that wants to communicate with the DSP. When SOF is build as a module IMX DSP is forced to be built inside the kernel image. This is not optimal, so allow IMX DSP to be built as a module. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/firmware/imx')
-rw-r--r--drivers/firmware/imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/imx/Kconfig b/drivers/firmware/imx/Kconfig
index 0dbee32da4c6..1d2e5b85d7ca 100644
--- a/drivers/firmware/imx/Kconfig
+++ b/drivers/firmware/imx/Kconfig
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
config IMX_DSP
- bool "IMX DSP Protocol driver"
+ tristate "IMX DSP Protocol driver"
depends on IMX_MBOX
help
This enables DSP IPC protocol between host AP (Linux)