modules.mk 538 B

12345678910111213141516171819202122
  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. I2C_LANTIQ_MODULES:= \
  8. CONFIG_I2C_LANTIQ:drivers/i2c/busses/i2c-lantiq
  9. define KernelPackage/i2c-lantiq
  10. TITLE:=Lantiq I2C controller
  11. $(call i2c_defaults,$(I2C_LANTIQ_MODULES),52)
  12. DEPENDS:=kmod-i2c-core @TARGET_lantiq_falcon
  13. endef
  14. define KernelPackage/i2c-lantiq/description
  15. Kernel support for the Lantiq/Falcon I2C controller
  16. endef
  17. $(eval $(call KernelPackage,i2c-lantiq))