902231870312bdc13ba66e0072a6b19bd56465c4
[openwrt/openwrt.git] / target / linux / lantiq / modules.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 I2C_FALCON_MODULES:= \
9 CONFIG_I2C_FALCON:drivers/i2c/busses/i2c-falcon
10
11 define KernelPackage/i2c-falcon-lantiq
12 TITLE:=Falcon I2C controller
13 $(call i2c_defaults,$(I2C_FALCON_MODULES),52)
14 DEPENDS:=kmod-i2c-core @(TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
15 endef
16
17 define KernelPackage/i2c-falcon-lantiq/description
18 Kernel support for the Falcon I2C controller
19 endef
20
21 $(eval $(call KernelPackage,i2c-falcon-lantiq))
22