From: Jonas Gorski Date: Tue, 23 Apr 2013 09:21:55 +0000 (+0000) Subject: kernel: add kmod-mcp23s08 package X-Git-Tag: reboot~10625 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=49799d344da6a497c0931fec535ad4a07ca054c8;p=openwrt%2Fstaging%2Fxback.git kernel: add kmod-mcp23s08 package Package up the Microchip MCP23S08 I/O expander driver. Needed on the CalAmp LMU5000 board. Signed-off-by: Adam Porter [jogo@openwrt.org: fix subject] Signed-off-by: Jonas Gorski SVN-Revision: 36393 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d1c21572d5..f282014a30 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -132,6 +132,22 @@ endef $(eval $(call KernelPackage,gpio-dev)) +define KernelPackage/gpio-mcp23s08 + SUBMENU:=$(OTHER_MENU) + TITLE:=Microchip MCP23xxx I/O expander + DEPENDS:=@GPIO_SUPPORT + KCONFIG:=CONFIG_GPIO_MCP23S08 + FILES:=$(LINUX_DIR)/drivers/gpio/gpio-mcp23s08.ko + AUTOLOAD:=$(call AutoLoad,40,gpio-mcp23s08) +endef + +define KernelPackage/gpio-mcp23s08/description + Kernel module for Microchip MCP23xxx SPI/I2C I/O expander +endef + +$(eval $(call KernelPackage,gpio-mcp23s08)) + + define KernelPackage/gpio-nxp-74hc164 SUBMENU:=$(OTHER_MENU) TITLE:=NXP 74HC164 GPIO expander support