Skip to content

Commit

Permalink
kernel: Make kmod-gpio-pca953x depend on kmod-regmap-i2c
Browse files Browse the repository at this point in the history
In kernel 5.4 kmod-gpio-pca953x depends on kmod-regmap-i2c.

Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke authored and Koen Vandeputte committed Feb 28, 2020
1 parent 30d3176 commit c86ede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/other.mk
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ $(eval $(call KernelPackage,gpio-nxp-74hc164))

define KernelPackage/gpio-pca953x
SUBMENU:=$(OTHER_MENU)
DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core
DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core +LINUX_5_4:kmod-regmap-i2c
TITLE:=PCA95xx, TCA64xx, and MAX7310 I/O ports
KCONFIG:=CONFIG_GPIO_PCA953X
FILES:=$(LINUX_DIR)/drivers/gpio/gpio-pca953x.ko
Expand Down

0 comments on commit c86ede0

Please sign in to comment.