File tree Expand file tree Collapse file tree 5 files changed +476
-0
lines changed Expand file tree Collapse file tree 5 files changed +476
-0
lines changed Original file line number Diff line number Diff line change 55add_subdirectory_ifdef(CONFIG_FXAS21002 fxas21002)
66add_subdirectory_ifdef(CONFIG_FXOS8700 fxos8700)
77add_subdirectory_ifdef(CONFIG_MCUX_ACMP mcux_acmp)
8+ add_subdirectory_ifdef(CONFIG_MCUX_LPCMP mcux_lpcmp)
89add_subdirectory_ifdef(CONFIG_NXP_TEMPMON nxp_tempmon)
910add_subdirectory_ifdef(CONFIG_QDEC_MCUX qdec_mcux)
1011add_subdirectory_ifdef(CONFIG_QDEC_NXP_S32 qdec_nxp_s32)
Original file line number Diff line number Diff line change 55source "drivers/sensor/nxp/fxas21002/Kconfig"
66source "drivers/sensor/nxp/fxos8700/Kconfig"
77source "drivers/sensor/nxp/mcux_acmp/Kconfig"
8+ source "drivers/sensor/nxp/mcux_lpcmp/Kconfig"
89source "drivers/sensor/nxp/nxp_kinetis_temp/Kconfig"
910source "drivers/sensor/nxp/nxp_tempmon/Kconfig"
1011source "drivers/sensor/nxp/qdec_mcux/Kconfig"
Original file line number Diff line number Diff line change 1+ # Copyright 2024 NXP
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ zephyr_library()
5+ zephyr_library_sources_ifdef(CONFIG_MCUX_LPCMP mcux_lpcmp.c)
Original file line number Diff line number Diff line change 1+ # NXP MCUX low power comparator (LPCMP) configuration options
2+
3+ # Copyright 2024 NXP
4+ # SPDX-License-Identifier: Apache-2.0
5+
6+ config MCUX_LPCMP
7+ bool "NXP LPCMP driver"
8+ default y
9+ depends on DT_HAS_NXP_LPCMP_ENABLED
10+ select PINCTRL
11+ help
12+ Enable the MCUX LPCMP driver.
13+
14+ config MCUX_LPCMP_TRIGGER
15+ bool "Trigger support"
16+ depends on MCUX_LPCMP
17+ help
18+ Enable trigger support for the NXP LPCMP.
You can’t perform that action at this time.
0 commit comments