summaryrefslogtreecommitdiff
path: root/drivers/firmware/imx/Kconfig
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2020-01-04 15:39:53 +0000
committerShawn Guo <shawnguo@kernel.org>2020-01-09 17:21:33 +0800
commitf52cdcce9197fef9d4a68792dd3b840ad2b77117 (patch)
tree73fb35872ade734ec3f25fe742004301279ca9e7 /drivers/firmware/imx/Kconfig
parent83a4c74c019504c7334b48dd1f592878b51a65d7 (diff)
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/Kconfig')
-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)