mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-10 04:40:39 +00:00
kernel: modules: add irq support for pca953x
Enable interrupt controller support for PCA953x kernel module Signed-off-by: Oskari Lemmela <oskari@lemmela.net> Link: https://github.com/openwrt/openwrt/pull/15926 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
2f96b67b8f
commit
9bd01741eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user