diff mbox series

[RESEND] firmware: imx: Allow IMX DSP to be selected as module

Message ID 20200104153940.10683-1-daniel.baluta@oss.nxp.com (mailing list archive)
State Mainlined
Commit f52cdcce9197fef9d4a68792dd3b840ad2b77117
Headers show
Series [RESEND] firmware: imx: Allow IMX DSP to be selected as module | expand

Commit Message

Daniel Baluta (OSS) Jan. 4, 2020, 3:39 p.m. UTC
From: Daniel Baluta <daniel.baluta@nxp.com>

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>
---
 drivers/firmware/imx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Jan. 9, 2020, 9:22 a.m. UTC | #1
On Sat, Jan 04, 2020 at 03:39:53PM +0000, Daniel Baluta (OSS) wrote:
> From: Daniel Baluta <daniel.baluta@nxp.com>
> 
> 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>

Applied, thanks.
diff mbox series

Patch

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)