Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions drivers/i3c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ config I3C_USE_GROUP_ADDR

Says Y if unsure.

config I3C_TARGET_BUFFER_MODE
bool "I3C target driver for buffer mode"
help
This is an option to enable buffer mode.

menuconfig I3C_USE_IBI
bool "Use In-Band Interrupt (IBI)"
default y
Expand Down
1 change: 1 addition & 0 deletions drivers/i3c/Kconfig.npcx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ config I3C_NPCX
config I3C_NPCX_DMA
bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support"
depends on I3C_NPCX && "$(dt_node_reg_addr_hex,$(DT_I3C_NPCX),1)" != 0
select I3C_TARGET_BUFFER_MODE
default y
help
Enable support for npcx I3C DMA mode.
Loading
Loading