Files
zephyr/drivers/comparator/Kconfig.nxp_cmp
Zhaoxiang Jin 6d724bd80d drivers: comparator: Enable nxp comparator (cmp)
Enable nxp comparator (cmp)

Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
2025-09-19 17:47:58 -04:00

10 lines
201 B
Plaintext

# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
config COMPARATOR_NXP_CMP
bool "NXP comparator driver"
default y
depends on DT_HAS_NXP_CMP_ENABLED
select PINCTRL
select CLOCK_CONTROL