mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-29 15:29:14 +00:00
kernel: modules: i2c: package i2c-mux-pinctrl
Create kernel module package for i2c-mux-pinctrl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
801529f725
commit
0ac2d64d92
@ -288,6 +288,22 @@ endef
|
||||
$(eval $(call KernelPackage,i2c-mux-mlxcpld))
|
||||
|
||||
|
||||
I2C_MUX_PINCTRL_MODULES:= \
|
||||
CONFIG_I2C_MUX_PINCTRL:drivers/i2c/muxes/i2c-mux-pinctrl
|
||||
|
||||
define KernelPackage/i2c-mux-pinctrl
|
||||
$(call i2c_defaults,$(I2C_MUX_PINCTRL_MODULES),51)
|
||||
TITLE:=Pinctrl-based I2C mux/switches
|
||||
DEPENDS:=@PINCTRL_SUPPORT @USES_DEVICETREE +kmod-i2c-mux
|
||||
endef
|
||||
|
||||
define KernelPackage/i2c-mux-pinctrl/description
|
||||
Kernel modules for Pinctrl-based I2C bus mux/switching devices
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,i2c-mux-pinctrl))
|
||||
|
||||
|
||||
I2C_MUX_REG_MODULES:= \
|
||||
CONFIG_I2C_MUX_REG:drivers/i2c/muxes/i2c-mux-reg
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user