lkml.org 
[lkml]   [2021]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v3 31/34] Intel Keem Bay XLink SMBus driver
From
Date
On 1/25/21 9:40 PM, mgross@linux.intel.com wrote:
> diff --git a/drivers/misc/xlink-smbus/Kconfig b/drivers/misc/xlink-smbus/Kconfig
> new file mode 100644
> index 000000000000..e6cdf8b9a096
> --- /dev/null
> +++ b/drivers/misc/xlink-smbus/Kconfig
> @@ -0,0 +1,26 @@
> +# Copyright (C) 2020 Intel Corporation
> +# SPDX-License-Identifier: GPL-2.0-only
> +
> +config XLINK_SMBUS
> + tristate "Enable smbus interface over Xlink PCIe"

s/smbus/SMBUS/
as in the other config below.

> + depends on XLINK_CORE
> + depends on HDDL_DEVICE_CLIENT || HDDL_DEVICE_SERVER
> + help
> + Enable xlink-pcie as i2c adapter both slave and master. The server

s/i2c/I2C/

> + (Remote Host) will use this interface to get sensor data from the soc

s/soc/SOC/ or maybe SoC

> + (vision accelerator - Local Host) which is connected over PCIe.
> + This driver is loaded on both Remote Host and Local Host.
> + Select M to compile the driver as a module, name is xlink-smbus.
> + If unsure, select N.

and all of that help text should be indented with one tab + 2 spaces.

> +
> +
> +config XLINK_SMBUS_PROXY
> + tristate "Enable SMBUS adapter as proxy for I2C controller"
> + depends on XLINK_CORE
> + depends on XLINK_SMBUS
> + help
> + Enable this config when SMBUS adapter is acting as proxy for
> + another I2C controller.
> + Select M or Y if building for Intel Vision Processing Unit (VPU)
> + Local Host core.
> + Select N, if building for a Remote Host kernel.

All of that help text should be indented with one tab + 2 spaces.


--
~Randy
netiquette: https://people.kernel.org/tglx/notes-about-netiquette

\
 
 \ /
  Last update: 2021-01-27 06:13    [W:0.140 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site