diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-01-05 16:19:32 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-02-15 10:04:57 +0100 |
commit | 2079563d6f60e63f7fc5d1b0b7a48dbb93c209d1 (patch) | |
tree | 9f872e12c14d5c8661f65351fca2d5f0cd111946 /drivers/i2c/busses/Kconfig | |
parent | 4ebf4987c0918ec6a08ece8ee745af44af02dee0 (diff) |
i2c: nvidia-gpu: Switch to use i2c_new_ccgx_ucsi()
Instead of open coded variant switch to use i2c_new_ccgx_ucsi().
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 6df1bd150233..df3ecbe8ff25 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -253,6 +253,7 @@ config I2C_NFORCE2_S4985 config I2C_NVIDIA_GPU tristate "NVIDIA GPU I2C controller" depends on PCI + select I2C_CCGX_UCSI help If you say yes to this option, support will be included for the NVIDIA GPU I2C controller which is used to communicate with the GPU's |