On 08/24/2018 12:59 PM, Ajay Gupta wrote: > diff --git a/drivers/usb/typec/ucsi/Kconfig b/drivers/usb/typec/ucsi/Kconfig > index e36d6c7..5136aeb 100644 > --- a/drivers/usb/typec/ucsi/Kconfig > +++ b/drivers/usb/typec/ucsi/Kconfig > @@ -23,6 +23,16 @@ config TYPEC_UCSI > > if TYPEC_UCSI > > +config UCSI_I2C_CCG > + tristate "UCSI I2C Interface Driver for Cypress CCGx" > + depends on I2C_GPU > + help > + This driver enables UCSI support on NVIDIA GPUs that expose a > + Cypress CCGx Type-C controller over I2C interface. > + > + To compile the driver as a module, choose M here: the module will be > + called ucsi_i2c_ccg.ko. > + Please fix all of this indentation. The tristate, depends, and help lines should be indented with one tab. The help text lines should be indented with one tab + 2 spaces. -- ~Randy