mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
Bug fixes and improved interrupt support for mcp23x17 driver
This commit is contained in:
@@ -78,6 +78,13 @@ config MCP23X17_INT_ENABLE
|
||||
---help---
|
||||
Enable driver interrupt functionality
|
||||
|
||||
config MCP23X17_INT_MIRROR
|
||||
bool "Enable MCP23x17 Interrupt Mirror"
|
||||
default n
|
||||
select MCP23X17_INT_ENABLE
|
||||
---help---
|
||||
Enable driver interrupt mirror functionality
|
||||
|
||||
config MCP23X17_INT_NCALLBACKS
|
||||
int "Max number of interrupt callbacks"
|
||||
default 4
|
||||
|
||||
Reference in New Issue
Block a user