From 060d815978d6bc779b6e462fbadd0aff82d5ba4c Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Fri, 25 Sep 2020 12:39:55 +0200 Subject: [PATCH] modules: mcux: add support for NXP MCUX ACMP Add support for indicating that a SoC contains the NXP MCUX Analog Comparator (ACMP) IP. Signed-off-by: Henrik Brix Andersen --- modules/Kconfig.mcux | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/Kconfig.mcux b/modules/Kconfig.mcux index 9cf5aba46f6..4a8e4058da3 100644 --- a/modules/Kconfig.mcux +++ b/modules/Kconfig.mcux @@ -235,4 +235,9 @@ config HAS_MCUX_PIT help Set if the PIT module is present on the SoC. +config HAS_MCUX_ACMP + bool + help + Set if the ACMP module is present on the SoC. + endif # HAS_MCUX