ramips: disable hg255d
[openwrt.git] / target / linux / ramips / modules.mk
1 #
2 # Copyright (C) 2006-2012 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_RALINK_MODULES:= \
9   CONFIG_I2C_RALINK:drivers/i2c/busses/i2c-ralink
10
11 define KernelPackage/i2c-ralink
12   $(call i2c_defaults,$(I2C_RALINK_MODULES),59)
13   TITLE:=Ralink I2C Controller
14   DEPENDS:=@TARGET_ramips kmod-i2c-core
15 endef
16
17 define KernelPackage/i2c-ralink/description
18  Kernel modules for enable ralink i2c controller.
19 endef
20
21 $(eval $(call KernelPackage,i2c-ralink))