Browse Source

add kmod-gpio-nxp-74hc164 for brcm63xx only

SVN-Revision: 21771
Florian Fainelli 15 years ago
parent
commit
dc5248c47b
1 changed files with 14 additions and 0 deletions
  1. 14 0
      package/kernel/modules/other.mk

+ 14 - 0
package/kernel/modules/other.mk

@@ -248,6 +248,20 @@ endef
 
 $(eval $(call KernelPackage,gpio-scx200))
 
+define KernelPackage/gpio-nxp-74hc164
+  SUBMENU:=$(OTHER_MENU)
+  TITLE:=NXP 74HC164 GPIO expander support
+  DEPENDS:=@TARGET_brcm63xx
+  KCONFIG:=CONFIG_GPIO_NXP_74HC164
+  FILES:=$(LINUX_DIR)/drivers/gpio/nxp_74hc164.$(LINUX_KMOD_SUFFIX)
+  AUTOLOAD:=$(call AutoLoad,99,nxp_74hc164)
+endef
+
+define KernelPackage/gpio-nxp-74hc164/description
+  Kernel module for NXP 74HC164 GPIO expander
+endef
+
+$(eval $(call KernelPackage,gpio-nxp-74hc164))
 
 define KernelPackage/hid
   SUBMENU:=$(OTHER_MENU)