Skip to content
Snippets Groups Projects
Commit 503ac967 authored by Martin Schiller's avatar Martin Schiller Committed by Hauke Mehrtens
Browse files

kernel/modules: add kmod-random-tpm module


Add kernel module package for kmod-random-tpm.

Signed-off-by: default avatarFlorian Eckert <fe@dev.tdt.de>
Signed-off-by: default avatarMartin Schiller <ms@dev.tdt.de>
parent 390c4df2
No related branches found
No related tags found
No related merge requests found
......@@ -899,6 +899,22 @@ endef
$(eval $(call KernelPackage,random-omap))
define KernelPackage/random-tpm
SUBMENU:=$(OTHER_MENU)
TITLE:=Hardware Random Number Generator TPM support
KCONFIG:=CONFIG_HW_RANDOM_TPM
FILES:=$(LINUX_DIR)/drivers/char/hw_random/tpm-rng.ko
DEPENDS:= +kmod-random-core +kmod-tpm
AUTOLOAD:=$(call AutoProbe,tpm-rng)
endef
define KernelPackage/random-tpm/description
Kernel module for the Random Number Generator
in the Trusted Platform Module.
endef
$(eval $(call KernelPackage,random-tpm))
define KernelPackage/thermal
SUBMENU:=$(OTHER_MENU)
TITLE:=Generic Thermal sysfs driver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment