On 2/12/21 2:22 PM, mgr...@linux.intel.com 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 the sentence above with a period ('.'). > + > + Select y or m if you have a processor including the Intel > + Vision Processor (VPU) on it. -- ~Randy