Skip to content
Snippets Groups Projects
Commit cb476efc authored by Florian Fainelli's avatar Florian Fainelli
Browse files

package i2c master driver

SVN-Revision: 26373
parent ada4206c
No related branches found
No related tags found
No related merge requests found
...@@ -199,3 +199,18 @@ define KernelPackage/at91-i2c/description ...@@ -199,3 +199,18 @@ define KernelPackage/at91-i2c/description
endef endef
$(eval $(call KernelPackage,at91-i2c)) $(eval $(call KernelPackage,at91-i2c))
I2C_OCTEON_MODULES:=\
CONFIG_I2C_OCTEON:drivers/i2c/busses/i2c-octeon
define KernelPackage/octeon-i2c
$(call i2c_defaults,$(I2C_OCTEON_MODULES),59)
TITLE:=I2C master driver for Cavium Octeon
DEPENDS:=@TARGET_octeon +kmod-i2c-core
endef
define KernelPackage/octeon-i2c/description
Kernel module to use the I2C master driver on Cavium Octeon
endef
$(eval $(call KernelPackage,octeon-i2c))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment