mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-06 14:31:03 +01:00
Enable the Kconfig and Makefile for the MIPI DWI3C driver. hs: fixed typo on drivers/i3c/master/Kconfig Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
config DW_I3C_MASTER
|
|
tristate "Synopsys DesignWare I3C master driver"
|
|
depends on I3C
|
|
help
|
|
Support for Synopsys DesignWare MIPI I3C Controller.
|
|
|
|
For details please see
|
|
https://www.synopsys.com/dw/ipdir.php?ds=mipi_i3c
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
will be called dw-i3c-master.
|