hw/i2c/Kconfig: Add an entry for the SMBus
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 31 Dec 2019 18:32:07 +0000 (19:32 +0100)
committerCorey Minyard <cminyard@mvista.com>
Thu, 16 Jul 2020 17:30:54 +0000 (12:30 -0500)
commitae163b8d9588f02de6a4b6dba310307ba485d4a9
tree6412cc6276e2df57e59c3d6d2acf043474c8d582
parent45db94cc90c286a9965a285ba19450f448760a09
hw/i2c/Kconfig: Add an entry for the SMBus

The System Management Bus is more or less a derivative of the I2C
bus, thus the Kconfig entry depends of I2C.
Not all boards providing an I2C bus support SMBus.
Use two different Kconfig entries to be able to select I2C without
selecting SMBus.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191231183216.6781-6-philmd@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
hw/i2c/Kconfig
hw/i2c/Makefile.objs