Skip to content

Commit

Permalink
kernel: modules: add irq support for pca953x
Browse files Browse the repository at this point in the history
Enable interrupt controller support for PCA953x kernel module

Signed-off-by: Oskari Lemmela <[email protected]>
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
olemmela committed Sep 26, 2024
1 parent a75453b commit 6ca5e85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/kernel/linux/modules/gpio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ define KernelPackage/gpio-pca953x
SUBMENU:=$(GPIO_MENU)
DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core +kmod-regmap-i2c
TITLE:=PCA95xx, TCA64xx, and MAX7310 I/O ports
KCONFIG:=CONFIG_GPIO_PCA953X
KCONFIG:=CONFIG_GPIO_PCA953X \
CONFIG_GPIO_PCA953X_IRQ=y
FILES:=$(LINUX_DIR)/drivers/gpio/gpio-pca953x.ko
AUTOLOAD:=$(call AutoLoad,55,gpio-pca953x)
endef
Expand Down

0 comments on commit 6ca5e85

Please sign in to comment.