Move hal_nxp glue layer to zephyr repo. Fix build warnings and failures caused by hal_nxp upgrade. Update manifest to contain hal_nxp changes. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COMPARATOR_MCUX_ACMP
|
|
bool "NXP MCUX ACMP comparator driver"
|
|
default y
|
|
depends on DT_HAS_NXP_KINETIS_ACMP_ENABLED
|
|
select PINCTRL
|