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

use i2c_defaults for kmod-i2c-at91

SVN-Revision: 25468
parent 22ce31f0
No related branches found
No related tags found
No related merge requests found
...@@ -184,13 +184,14 @@ endef ...@@ -184,13 +184,14 @@ endef
$(eval $(call KernelPackage,i2c-mv64xxx)) $(eval $(call KernelPackage,i2c-mv64xxx))
I2C_AT91_MODULES:=\
CONFIG_I2C_AT91:drivers/i2c/busses/i2c-at91
define KernelPackage/at91-i2c define KernelPackage/at91-i2c
SUBMENU:=$(I2C_MENU) $(call i2c_defaults,$(I2C_AT91_MODULES),55)
TITLE:=I2C (TWI) master driver for Atmel AT91 TITLE:=I2C (TWI) master driver for Atmel AT91
DEPENDS:=@TARGET_at91 kmod-i2c-core DEPENDS:=@TARGET_at91 +kmod-i2c-core
KCONFIG:=CONFIG_I2C_AT91
FILES:=$(LINUX_DIR)/drivers/i2c/busses/i2c-at91.ko
AUTOLOAD:=$(call AutoLoad,55,i2c-at91)
endef endef
define KernelPackage/at91-i2c/description define KernelPackage/at91-i2c/description
......
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