uclient: update to Git HEAD (2024-04-19)
[openwrt/openwrt.git] / target / linux / lantiq / modules.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2010 OpenWrt.org
4
5 I2C_LANTIQ_MODULES:= \
6 CONFIG_I2C_LANTIQ:drivers/i2c/busses/i2c-lantiq
7
8 define KernelPackage/i2c-lantiq
9 TITLE:=Lantiq I2C controller
10 $(call i2c_defaults,$(I2C_LANTIQ_MODULES),52)
11 DEPENDS:=+kmod-i2c-core @TARGET_lantiq_falcon
12 endef
13
14 define KernelPackage/i2c-lantiq/description
15 Kernel support for the Lantiq/Falcon I2C controller
16 endef
17
18 $(eval $(call KernelPackage,i2c-lantiq))
19