From: Florian Fainelli Date: Sat, 12 Jun 2010 18:10:28 +0000 (+0000) Subject: add kmod-gpio-nxp-74hc164 for brcm63xx only X-Git-Tag: reboot~19646 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dc5248c47b22e907208c32f0769eab8a2408c509;p=oweals%2Fopenwrt.git add kmod-gpio-nxp-74hc164 for brcm63xx only SVN-Revision: 21771 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 261a65e363..de60e6920e 100644 --- a/package/kernel/modules/other.mk +++ b/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)