From 3484d5c8697944c2589abcdc56d52626d24c19ec Mon Sep 17 00:00:00 2001 From: Loic Poulain Date: Wed, 6 Mar 2019 11:37:42 +0100 Subject: [PATCH] ext: mcux: Add HAS_MCUX_PWM config For SoCs having PWM support. Signed-off-by: Loic Poulain --- ext/hal/nxp/mcux/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/hal/nxp/mcux/Kconfig b/ext/hal/nxp/mcux/Kconfig index 272cbb45dff..95a89ac7d61 100644 --- a/ext/hal/nxp/mcux/Kconfig +++ b/ext/hal/nxp/mcux/Kconfig @@ -144,4 +144,9 @@ config HAS_MCUX_WDOG32 help Set if the watchdog (WDOG32) module is present in the SoC. +config HAS_MCUX_PWM + bool + help + Set if the PWM module is present in the SoC. + endif # HAS_MCUX