modules.mk 654 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 2011 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. MFD_MENU:=MultiFunction Device (MFD) Support
  8. define KernelPackage/mfd-hasivo-stc8
  9. SUBMENU:=$(MFD_MENU)
  10. TITLE:=Hasivo STC8 microcontroller support
  11. KCONFIG:=CONFIG_MFD_HASIVO_STC8
  12. FILES:=$(LINUX_DIR)/drivers/mfd/hasivo-stc8-mfd.ko
  13. DEPENDS:=@TARGET_realtek +kmod-mfd +kmod-regmap-i2c
  14. AUTOLOAD:=$(call AutoProbe,hasivo-stc8-mfd)
  15. endef
  16. define KernelPackage/mfd-hasivo-stc8/description
  17. Kernel module for Hasivo STC8 microcontroller support
  18. endef
  19. $(eval $(call KernelPackage,mfd-hasivo-stc8))