firmware: imx: Allow IMX DSP to be selected as module
authorDaniel Baluta <daniel.baluta@nxp.com>
Sat, 4 Jan 2020 15:39:53 +0000 (15:39 +0000)
committerShawn Guo <shawnguo@kernel.org>
Thu, 9 Jan 2020 09:21:33 +0000 (17:21 +0800)
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>
drivers/firmware/imx/Kconfig

index 0dbee32..1d2e5b8 100644 (file)
@@ -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)