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
1 changed files with 16 additions and 0 deletions
|
@ -288,6 +288,22 @@ endef
|
||||||
$(eval $(call KernelPackage,i2c-mux-mlxcpld))
|
$(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:= \
|
I2C_MUX_REG_MODULES:= \
|
||||||
CONFIG_I2C_MUX_REG:drivers/i2c/muxes/i2c-mux-reg
|
CONFIG_I2C_MUX_REG:drivers/i2c/muxes/i2c-mux-reg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue