On 2/12/21 2:23 PM, mgr...@linux.intel.com wrote: > diff --git a/drivers/misc/hddl_device/Kconfig > b/drivers/misc/hddl_device/Kconfig > new file mode 100644 > index 000000000000..e1ae81fdf177 > --- /dev/null > +++ b/drivers/misc/hddl_device/Kconfig > @@ -0,0 +1,14 @@ > +# Copyright (C) 2020 Intel Corporation > +# SPDX-License-Identifier: GPL-2.0-only > + > +config HDDL_DEVICE_CLIENT > + tristate "Support for hddl device client"
Please use "HDDL" consistently. > + depends on XLINK_CORE && INTEL_TSENS_LOCAL_HOST > + help > + This option enables HDDL device client module. > + > + This driver is used for sharing time sync data to local host and > + retrives the sensors available on the platform. This also handles > + the device connect/disconnect programming sequence. > + Say Y if using a processor that includes the Intel VPU such as > + Keem Bay. If unsure, say N. -- ~Randy