2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 CONFIG_I2C_LANTIQ:drivers/i2c/busses/i2c-lantiq
11 define KernelPackage/i2c-lantiq
12 TITLE:=Lantiq I2C controller
13 $(call i2c_defaults,$(I2C_LANTIQ_MODULES),52)
14 DEPENDS:=kmod-i2c-core @TARGET_lantiq_falcon
17 define KernelPackage/i2c-lantiq/description
18 Kernel support for the Lantiq/Falcon I2C controller
21 $(eval $(call KernelPackage,i2c-lantiq))