# SPDX-License-Identifier: GPL-2.0 menuconfig [31mCONFIG_I3C[0m tristate "I3C support" select [31mCONFIG_I2C[0m help [31mCONFIG_I3C[0m is a serial protocol standardized by the MIPI alliance. It's supposed to be backward compatible with [31mCONFIG_I2C[0m while providing support for high speed transfers and native interrupt support without the need for extra pins. The [31mCONFIG_I3C[0m protocol also standardizes the slave device types and is mainly designed to communicate with sensors. If you want [31mCONFIG_I3C[0m support, you should say Y here and also to the specific driver for your bus adapter(s) below. This [31mCONFIG_I3C[0m support can also be built as a module. If so, the module will be called i3c. if [31mCONFIG_I3C[0m source "drivers/i3c/master/Kconfig" endif # [31mCONFIG_I3C[0m |