X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/93ca37623f7921d4f03dc35d5c49f3494c12f347..8bee86b5afe68b2808fd808cc83e11bbcb0d6d88:/package/kernel/modules/other.mk diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 2e255f00f..9f5ea2d0b 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -105,7 +105,7 @@ define KernelPackage/pcmcia-core/2.4 # CONFIG_CARDBUS FILES:= \ $(LINUX_DIR)/drivers/pcmcia/pcmcia_core.$(LINUX_KMOD_SUFFIX) \ - $(LINUX_DIR)/drivers/pcmcia/ds.$(LINUX_KMOD_SUFFIX) \ + $(LINUX_DIR)/drivers/pcmcia/ds.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,40,pcmcia_core ds) endef @@ -204,7 +204,8 @@ define KernelPackage/ssb CONFIG_SSB_PCIHOST=y \ CONFIG_SSB_PCIHOST_POSSIBLE=y \ CONFIG_SSB_POSSIBLE=y \ - CONFIG_SSB_SPROM=y + CONFIG_SSB_SPROM=y \ + CONFIG_SSB_SILENT=y FILES:=$(LINUX_DIR)/drivers/ssb/ssb.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,29,ssb) endef @@ -219,7 +220,7 @@ $(eval $(call KernelPackage,ssb)) define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT + DEPENDS:=@USB_SUPPORT +kmod-usb-core KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \ @@ -720,3 +721,18 @@ define KernelPackage/spi-dev/description endef $(eval $(call KernelPackage,spi-dev)) + +define KernelPackage/cs5535-gpio + SUBMENU:=$(OTHER_MENU) + TITLE:=AMD CS5535/CS5536 GPIO driver + DEPENDS:=@TARGET_x86||@TARGET_olpc + KCONFIG:=CONFIG_CS5535_GPIO + FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,90,cs5535_gpio) +endef + +define KernelPackage/cs5535-gpio/description + This package contains the AMD CS5535/CS5536 GPIO driver +endef + +$(eval $(call KernelPackage,cs5535-gpio))