drivers: i3c: npcx: add npcx i3c target driver
As title. Signed-off-by: Alvis Sun <yfsun@nuvoton.com>
This commit is contained in:
parent
9976f8a8a9
commit
c9a95ddbdd
2 changed files with 896 additions and 99 deletions
|
|
@ -31,6 +31,7 @@ config I3C_NPCX
|
||||||
config I3C_NPCX_DMA
|
config I3C_NPCX_DMA
|
||||||
bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support"
|
bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support"
|
||||||
depends on I3C_NPCX && "$(dt_node_reg_addr_hex,$(DT_I3C_NPCX),1)" != 0
|
depends on I3C_NPCX && "$(dt_node_reg_addr_hex,$(DT_I3C_NPCX),1)" != 0
|
||||||
|
select I3C_TARGET_BUFFER_MODE
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable support for npcx I3C DMA mode.
|
Enable support for npcx I3C DMA mode.
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue