Re: [PATCH v3 25/34] misc: Add Keem Bay VPU manager

From: Randy Dunlap
Date: Sun Jan 31 2021 - 21:06:41 EST


On 1/29/21 6:20 PM, mgross@xxxxxxxxxxxxxxx wrote:
> diff --git a/drivers/misc/vpumgr/Kconfig b/drivers/misc/vpumgr/Kconfig
> new file mode 100644
> index 000000000000..bb82ff83afd3
> --- /dev/null
> +++ b/drivers/misc/vpumgr/Kconfig
> @@ -0,0 +1,9 @@
> +config VPUMGR
> + tristate "VPU Manager"
> + depends on ARM64 && XLINK_CORE
> + help
> + VPUMGR manages life-cycle of VPU related resources which were
> + dynamically allocated on demands of user-space application

End above sentence with a period ('.').

Hm, same as I said the previous round of patches (also v3).

> +
> + Select y or m if you have a processor including the Intel
> + Vision Processor (VPU) on it.


--
~Randy