mirror of https://gitee.com/openkylin/linux.git
i3c: master: Add driver for Cadence IP
Add a driver for Cadence I3C master IP. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4f26d06669
commit
603f2bee2c
|
@ -0,0 +1,7 @@
|
|||
config CDNS_I3C_MASTER
|
||||
tristate "Cadence I3C master driver"
|
||||
depends on I3C
|
||||
depends on HAS_IOMEM
|
||||
depends on !(ALPHA || PARISC)
|
||||
help
|
||||
Enable this driver if you want to support Cadence I3C master block.
|
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue