mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-12-20 01:01:53 +08:00
kernel: 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:
@@ -256,6 +256,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user