kernel: package bcm53xx i2c module
The BCM5301x SoCs do have i2c. Since this is only being used by the Meraki MR32, this will be packaged as a module. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
abe46d5002
commit
1291274335
|
@ -35,3 +35,18 @@ define KernelPackage/phy-bcm-ns-usb3/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,phy-bcm-ns-usb3))
|
$(eval $(call KernelPackage,phy-bcm-ns-usb3))
|
||||||
|
|
||||||
|
define KernelPackage/i2c-bcm-iproc
|
||||||
|
TITLE:=Broadcom iProc I2C controller
|
||||||
|
KCONFIG:=CONFIG_I2C_BCM_IPROC
|
||||||
|
DEPENDS:=@TARGET_bcm53xx +kmod-i2c-core
|
||||||
|
SUBMENU:=(I2C_MENU)
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/i2c/busses/i2c-bcm-iproc.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,59,i2c-bcm-iproc,1)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/i2c-bcm-iproc/description
|
||||||
|
Kernel module for the Broadcom iProc I2C controller.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,i2c-bcm-iproc))
|
||||||
|
|
Loading…
Reference in New Issue