kernel: add random-omap rng for omap
Kernel module for the OMAP Random Number Generator found on OMAP16xx, OMAP2/3/4/5 and AM33xx/AM43xx multimedia processors. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
9efbf58360
commit
49cf356710
1 changed files with 15 additions and 0 deletions
|
@ -874,6 +874,21 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,random-core))
|
||||
|
||||
define KernelPackage/random-omap
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Hardware Random Number Generator OMAP support
|
||||
KCONFIG:=CONFIG_HW_RANDOM_OMAP
|
||||
FILES:=$(LINUX_DIR)/drivers/char/hw_random/omap-rng.ko
|
||||
DEPENDS:=@(TARGET_omap24xx||TARGET_omap) +kmod-random-core
|
||||
AUTOLOAD:=$(call AutoProbe,random-omap)
|
||||
endef
|
||||
|
||||
define KernelPackage/random-omap/description
|
||||
Kernel module for the OMAP Random Number Generator
|
||||
found on OMAP16xx, OMAP2/3/4/5 and AM33xx/AM43xx multimedia processors.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,random-omap))
|
||||
|
||||
define KernelPackage/thermal
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
|
|
Loading…
Reference in a new issue