X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/67dac5cad683c1e870b7a6c01cb4fbe44942ab6b..0b09e23cfc42d0d31c31cdee1a6a196045f1f4d3:/package/kernel/modules/other.mk diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 59ddde370..b5b659a96 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -55,6 +55,22 @@ endef $(eval $(call KernelPackage,bluetooth)) +define KernelPackage/cpu-msr + SUBMENU:=$(OTHER_MENU) + TITLE:=x86 CPU MSR support + DEPENDS:=@TARGET_x86 + KCONFIG:=CONFIG_X86_MSR + FILES:=$(LINUX_DIR)/arch/x86/kernel/msr.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,20,msr) +endef + +define KernelPackage/cpu-msr/description + Kernel module for Model Specific Registers support in x86 CPUs +endef + +$(eval $(call KernelPackage,cpu-msr)) + + define KernelPackage/crc-ccitt SUBMENU:=$(OTHER_MENU) TITLE:=CRC-CCITT support @@ -116,6 +132,22 @@ endef $(eval $(call KernelPackage,crc16)) +define KernelPackage/libcrc32c + SUBMENU:=$(OTHER_MENU) + TITLE:=CRC32 library support + KCONFIG:=CONFIG_LIBCRC32C + DEPENDS:=+kmod-crypto-core +kmod-crypto-misc + FILES:=$(LINUX_DIR)/lib/libcrc32c.ko + AUTOLOAD:=$(call AutoLoad,20,crc32c libcrc32c,1) +endef + +define KernelPackage/libcrc32c/description + Kernel module for CRC32 support +endef + +$(eval $(call KernelPackage,libcrc32c)) + + define KernelPackage/eeprom-93cx6 SUBMENU:=$(OTHER_MENU) TITLE:=EEPROM 93CX6 support @@ -648,6 +680,22 @@ endef $(eval $(call KernelPackage,wdt-geode)) +define KernelPackage/wdt-omap + SUBMENU:=$(OTHER_MENU) + TITLE:=OMAP Watchdog timer + DEPENDS:=@(TARGET_omap24xx||TARGET_omap35xx) + KCONFIG:=CONFIG_OMAP_WATCHDOG + FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/omap_wdt.ko + AUTOLOAD:=$(call AutoLoad,50,omap_wdt.ko) +endef + +define KernelPackage/wdt-omap/description + Kernel module for TI omap watchdog timer. +endef + +$(eval $(call KernelPackage,wdt-omap)) + + define KernelPackage/wdt-sc520 SUBMENU:=$(OTHER_MENU) TITLE:=Natsemi SC520 Watchdog support