From: Beniamino Galvani Date: Sun, 26 Nov 2017 16:40:54 +0000 (+0100) Subject: i2c: meson: improve Kconfig description X-Git-Tag: v2018.01-rc2~56^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4ecbb8b67855e50b326a1fcc4ddcd66d2e408084;p=u-boot i2c: meson: improve Kconfig description Expand the Kconfig description with hardware features. Signed-off-by: Beniamino Galvani Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher --- diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index cc370b9c57..0630712e4a 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -141,7 +141,12 @@ config SYS_I2C_MESON bool "Amlogic Meson I2C driver" depends on DM_I2C && ARCH_MESON help - Add support for the Amlogic Meson I2C driver. + Add support for the I2C controller available in Amlogic Meson + SoCs. The controller supports programmable bus speed including + standard (100kbits/s) and fast (400kbit/s) speed and allows the + software to define a flexible format of the bit streams. It has an + internal buffer holding up to 8 bytes for transfers and supports + both 7-bit and 10-bit addresses. config SYS_I2C_MXC bool "NXP i.MX I2C driver"