1config CDNS_I3C_MASTER 2 tristate "Cadence I3C master driver" 3 depends on I3C 4 depends on HAS_IOMEM 5 depends on !(ALPHA || PARISC) 6 help 7 Enable this driver if you want to support Cadence I3C master block. 8 9config DW_I3C_MASTER 10 tristate "Synospsys DesignWare I3C master driver" 11 depends on I3C 12 depends on HAS_IOMEM 13 depends on !(ALPHA || PARISC) 14 # ALPHA and PARISC needs {read,write}sl() 15 help 16 Support for Synopsys DesignWare MIPI I3C Controller. 17 18 For details please see 19 https://www.synopsys.com/dw/ipdir.php?ds=mipi_i3c 20 21 This driver can also be built as a module. If so, the module 22 will be called dw-i3c-master. 23