[openwrt/openwrt] kernel: package bcm53xx i2c module

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 25 13:36:32 EDT 2020


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1291274335ed6053caf6288c9e15f9d74474a393

commit 1291274335ed6053caf6288c9e15f9d74474a393
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sun Aug 30 03:04:42 2020 +0200

    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 at gmail.com>
---
 target/linux/bcm53xx/modules.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/target/linux/bcm53xx/modules.mk b/target/linux/bcm53xx/modules.mk
index b3bb42578c..ab3bab3f15 100644
--- a/target/linux/bcm53xx/modules.mk
+++ b/target/linux/bcm53xx/modules.mk
@@ -35,3 +35,18 @@ define KernelPackage/phy-bcm-ns-usb3/description
 endef
 
 $(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))



More information about the lede-commits mailing list