File tree Expand file tree Collapse file tree 5 files changed +1959
-0
lines changed Expand file tree Collapse file tree 5 files changed +1959
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ zephyr_library_sources_ifdef(
7171 i3cs_it51xxx.c
7272)
7373
74+ zephyr_library_sources_ifdef(
75+ CONFIG_I3C_MAX32
76+ i3c_max32.c
77+ )
78+
7479zephyr_library_sources_ifdef(
7580 CONFIG_I3C_TEST
7681 i3c_test.c
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ rsource "Kconfig.nxp"
211211rsource "Kconfig.cdns"
212212rsource "Kconfig.npcx"
213213rsource "Kconfig.dw"
214+ rsource "Kconfig.max32"
214215rsource "Kconfig.test"
215216rsource "Kconfig.stm32"
216217rsource "Kconfig.it51xxx"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2024 Analog Devices, Inc.
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
5+ module = I3C_MAX32
6+ module-str = i3c-max32
7+ source "subsys/logging/Kconfig.template.log_config"
8+
9+ config I3C_MAX32
10+ bool "Analog Devices MAX32 I3C driver"
11+ depends on DT_HAS_ADI_MAX32_I3C_ENABLED
12+ select PINCTRL
13+ select I3C_IBI_WORKQUEUE if I3C_USE_IBI
14+ default y
15+ help
16+ I3C driver for MAX32 SoC family.
You can’t perform that action at this time.
0 commit comments