parent
c2b42e1afe
commit
0ed1f12441
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ $(eval $(call KernelPackage,i2c-core))
|
|||
define KernelPackage/i2c-algos
|
||||
TITLE:=I2C algorithms support
|
||||
DESCRIPTION:=Kernel modules for various i2c algorithms
|
||||
DEPENDS:=kmod-i2c-core
|
||||
SUBMENU:=$(I2CMENU)
|
||||
KCONFIG:=$(CONFIG_I2C_ALGOBIT)
|
||||
FILES:=$(MODULES_DIR)/kernel/drivers/i2c/algos/*.$(LINUX_KMOD_SUFFIX)
|
||||
|
@ -33,7 +34,7 @@ define KernelPackage/i2c-au1x00gpio
|
|||
TITLE:=I2C GPIO interface for Au1x00 devices
|
||||
DESCRIPTION:=I2C GPIO interface for Au1x00 devices
|
||||
DEFAULT:=y if LINUX_2_6_AU1000
|
||||
DEPENDS:=+kmod-i2c-core +kmod-i2c-algos
|
||||
DEPENDS:=kmod-i2c-core kmod-i2c-algos @LINUX_2_6_AU1000
|
||||
SUBMENU:=$(I2CMENU)
|
||||
KCONFIG:=$(CONFIG_I2C_AU1X00GPIO)
|
||||
FILES:=$(MODULES_DIR)/kernel/drivers/i2c/busses/i2c-au1x00gpio.$(LINUX_KMOD_SUFFIX)
|
||||
|
|
Loading…
Reference in a new issue