Bug fixes and improved interrupt support for mcp23x17 driver

This commit is contained in:
jturnsek
2023-03-05 18:38:24 +01:00
committed by Xiang Xiao
parent 468f2e3222
commit 97b4900c59
3 changed files with 72 additions and 12 deletions
+7
View File
@@ -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