mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
ioexpander: add support for ISO1H812G expander
This commit adds support for galvanic isolated ISO1H812G SPI expander. Both single pin and multiple pin writes are supported. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
@@ -56,6 +56,23 @@ config IOEXPANDER_DUMMY_INT_POLLDELAY
|
||||
|
||||
endif # IOEXPANDER_DUMMY
|
||||
|
||||
config IOEXPANDER_ISO1H812G
|
||||
bool "ISO1H812G SPI IO expander"
|
||||
default n
|
||||
depends on SPI
|
||||
---help---
|
||||
Enable support for the ISO1H812G SPI IO expander.
|
||||
|
||||
if IOEXPANDER_ISO1H812G
|
||||
|
||||
config ISO1H812G_MULTIPLE
|
||||
bool "Multiple ISO1H812G Devices"
|
||||
default n
|
||||
---help---
|
||||
Can be defined to support multiple ISO1H812G devices on board.
|
||||
|
||||
endif # IOEXPANDER_ISO1H812G
|
||||
|
||||
config IOEXPANDER_MCP23X17
|
||||
bool "MCP23017/MCP23S17 I2C/SPI IO expander"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user