X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/78b3702cb86dc67327bff0c8c14108582cbaed8a..9c26cd0e621418d3b12022f91bbc10d95841d629:/package/kernel/modules/other.mk diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 60a534c86..0ecc7b378 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -663,6 +663,21 @@ endef $(eval $(call KernelPackage,mmc-atmelmci,1)) +define KernelPackage/oprofile + SUBMENU:=$(OTHER_MENU) + TITLE:=OProfile profiling support + KCONFIG:=CONFIG_OPROFILE + FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.$(LINUX_KMOD_SUFFIX) + DEPENDS:=@KERNEL_PROFILING +endef + +define KernelPackage/oprofile/description + Kernel module for support for oprofile system profiling. +endef + +$(eval $(call KernelPackage,oprofile)) + + define KernelPackage/rfkill SUBMENU:=$(OTHER_MENU) TITLE:=RF switch subsystem support