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

move i2c module to target modules.mk

SVN-Revision: 32910
parent e29d26e5
No related branches found
No related tags found
No related merge requests found
......@@ -49,3 +49,20 @@ define KernelPackage/at91-adc/description
endef
$(eval $(call KernelPackage,at91-adc))
I2C_AT91_MODULES:=\
CONFIG_I2C_AT91:drivers/i2c/busses/i2c-at91
define KernelPackage/at91-i2c
$(call i2c_defaults,$(I2C_AT91_MODULES),55)
TITLE:=I2C (TWI) master driver for Atmel AT91
DEPENDS:=@TARGET_at91 +kmod-i2c-core
endef
define KernelPackage/at91-i2c/description
Kernel module to use the I2C (TWI) master driver for Atmel AT91
endef
$(eval $(call KernelPackage,at91-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