Message ID | 1583714300-19085-6-git-send-email-Anson.Huang@nxp.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [V3,1/7] firmware: imx: Add stubs for !CONFIG_IMX_SCU case | expand |
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index cec868f..c5cc567 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -711,7 +711,7 @@ config IMX2_WDT config IMX_SC_WDT tristate "IMX SC Watchdog" depends on HAVE_ARM_SMCCC - depends on IMX_SCU + depends on IMX_SCU || COMPILE_TEST select WATCHDOG_CORE help This is the driver for the system controller watchdog
Add COMPILE_TEST support to i.MX SC watchdog driver for better compile testing coverage. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> --- No change. --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)