0001 # SPDX-License-Identifier: GPL-2.0
0002
0003 menuconfig I3C
0004 tristate "I3C support"
0005 select I2C
0006 help
0007 I3C is a serial protocol standardized by the MIPI alliance.
0008
0009 It's supposed to be backward compatible with I2C while providing
0010 support for high speed transfers and native interrupt support
0011 without the need for extra pins.
0012
0013 The I3C protocol also standardizes the slave device types and is
0014 mainly designed to communicate with sensors.
0015
0016 If you want I3C support, you should say Y here and also to the
0017 specific driver for your bus adapter(s) below.
0018
0019 This I3C support can also be built as a module. If so, the module
0020 will be called i3c.
0021
0022 if I3C
0023 source "drivers/i3c/master/Kconfig"
0024 endif # I3C