diff options
author | Vitor Soares <Vitor.Soares@synopsys.com> | 2019-06-06 17:12:02 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-07 13:09:55 +0100 |
commit | 6445500b43129baac36c56d629cf1dd9e1104167 (patch) | |
tree | e2cfdc293ae0641d25e300a2480983b916e21dec /drivers/base/regmap/Makefile | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff) |
regmap: add i3c bus support
Add basic support for i3c bus.
This is a simple implementation that only give support
for SDR Read and Write commands.
Signed-off-by: Vitor Soares <vitor.soares@synopsys.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/base/regmap/Makefile')
-rw-r--r-- | drivers/base/regmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/regmap/Makefile b/drivers/base/regmap/Makefile index f5b4e8851d00..ff6c7d8ec1cd 100644 --- a/drivers/base/regmap/Makefile +++ b/drivers/base/regmap/Makefile @@ -16,3 +16,4 @@ obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o obj-$(CONFIG_REGMAP_W1) += regmap-w1.o obj-$(CONFIG_REGMAP_SOUNDWIRE) += regmap-sdw.o obj-$(CONFIG_REGMAP_SCCB) += regmap-sccb.o +obj-$(CONFIG_REGMAP_I3C) += regmap-i3c.o |