qemu/hw/gpio/Kconfig
Dmitriy Sharikhin 4cbb1513a2 hw/gpio: introduce pcf8574 driver
NXP PCF8574 and compatible ICs are simple I2C GPIO expanders.
PCF8574 incorporates quasi-bidirectional IO, and simple
communication protocol, when IO read is I2C byte read, and
IO write is I2C byte write. User can think of it as
open-drain port, when line high state is input and line low
state is output.

Signed-off-by: Dmitrii Sharikhin <d.sharikhin@yadro.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <f1552d822276e878d84c01eba2cf2c7c9ebdde00.camel@yadro.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2024-03-11 22:10:18 +01:00

26 lines
253 B
Plaintext

config MAX7310
bool
depends on I2C
config PL061
bool
config GPIO_KEY
bool
config GPIO_MPC8XXX
bool
config GPIO_PWR
bool
config SIFIVE_GPIO
bool
config STM32L4X5_GPIO
bool
config PCF8574
bool
depends on I2C