Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CDNS_I3C_MASTER
0003         tristate "Cadence I3C master driver"
0004         depends on I3C
0005         depends on HAS_IOMEM
0006         depends on !(ALPHA || PARISC)
0007         help
0008           Enable this driver if you want to support Cadence I3C master block.
0009 
0010 config DW_I3C_MASTER
0011         tristate "Synospsys DesignWare I3C master driver"
0012         depends on I3C
0013         depends on HAS_IOMEM
0014         depends on !(ALPHA || PARISC)
0015         # ALPHA and PARISC needs {read,write}sl()
0016         help
0017           Support for Synopsys DesignWare MIPI I3C Controller.
0018 
0019           For details please see
0020           https://www.synopsys.com/dw/ipdir.php?ds=mipi_i3c
0021 
0022           This driver can also be built as a module.  If so, the module
0023           will be called dw-i3c-master.
0024 
0025 config SVC_I3C_MASTER
0026         tristate "Silvaco I3C Dual-Role Master driver"
0027         depends on I3C
0028         depends on HAS_IOMEM
0029         depends on !(ALPHA || PARISC)
0030         help
0031           Support for Silvaco I3C Dual-Role Master Controller.
0032 
0033 config MIPI_I3C_HCI
0034         tristate "MIPI I3C Host Controller Interface driver (EXPERIMENTAL)"
0035         depends on I3C
0036         depends on HAS_IOMEM
0037         help
0038           Support for hardware following the MIPI Aliance's I3C Host Controller
0039           Interface specification.
0040 
0041           For details please see:
0042           https://www.mipi.org/specifications/i3c-hci
0043 
0044           This driver can also be built as a module.  If so, the module will be
0045           called mipi-i3c-hci.