1# Copyright (c) 2022 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5DT_COMPAT_NXP_MCUX_I3C := nxp,mcux-i3c
6
7module = I3C_MCUX
8module-str = i3c-mcux
9source "subsys/logging/Kconfig.template.log_config"
10
11config I3C_MCUX
12	bool "MCUX I3C driver"
13	depends on HAS_MCUX
14	depends on DT_HAS_NXP_MCUX_I3C_ENABLED
15	select PINCTRL
16	select I3C_IBI_WORKQUEUE if I3C_USE_IBI
17	default y
18	help
19	  Enable mcux I3C driver.
20