Skip to content

Commit

Permalink
firmware: imx: add COMPILE_TEST support
Browse files Browse the repository at this point in the history
Add COMPILE_TEST support to i.MX SCU drivers for better compile
testing coverage.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/1583509356-8265-1-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Anson Huang authored and Greg Kroah-Hartman committed Mar 18, 2020
1 parent 2668dba commit a9f85f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/firmware/imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config IMX_DSP

config IMX_SCU
bool "IMX SCU Protocol driver"
depends on IMX_MBOX
depends on IMX_MBOX || COMPILE_TEST
help
The System Controller Firmware (SCFW) is a low-level system function
which runs on a dedicated Cortex-M core to provide power, clock, and
Expand All @@ -24,6 +24,6 @@ config IMX_SCU

config IMX_SCU_PD
bool "IMX SCU Power Domain driver"
depends on IMX_SCU
depends on IMX_SCU || COMPILE_TEST
help
The System Controller Firmware (SCFW) based power domain driver.

0 comments on commit a9f85f9

Please sign in to comment.