On Thu, 2020-10-22 at 06:25 +0000, GitLab Bridge on behalf of jeremycline wrote: > From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > > Hi, > > As part of the ongoing rebase effort, the following configuration > options need to be reviewed. > > As a reminder, the ARK configuration flow involves moving unreviewed > configuration options from the pending directory to the ark directory. > In the diff below, options are removed from the pending directory and > added to the ark hierarchy. The final options that need to be ACKed > are the files that are being added to the ark hierarchy. > > If the value for a file that is added should be changed, please reply > with a better option. > > CONFIG_I2C_MLXBF: > > Enabling this option will add I2C SMBus support for Mellanox BlueField > system. > > This driver can also be built as a module. If so, the module will be > called i2c-mlxbf. > > This driver implements an I2C SMBus host controller and enables both > master and slave functions. > > Symbol: I2C_MLXBF [=n] > Type : tristate > Defined at drivers/i2c/busses/Kconfig:734 > Prompt: Mellanox BlueField I2C controller > Depends on: I2C [=y] && HAS_IOMEM [=y] && ARM64 [=y] > Location: > -> Device Drivers > -> I2C support > -> I2C support (I2C [=y]) > -> I2C Hardware Bus support > > --- > > CONFIG_I2C_SLAVE_TESTUNIT: > > This backend can be used to trigger test cases for I2C bus masters > which require a remote device with certain capabilities, e.g. > multi-master, SMBus Host Notify, etc. Please read > Documentation/i2c/slave-testunit-backend.rst for further details. > > Symbol: I2C_SLAVE_TESTUNIT [=n] > Type : tristate > Defined at drivers/i2c/Kconfig:128 > Prompt: I2C eeprom testunit driver > Depends on: I2C [=y] && I2C_SLAVE [=y] > Location: > -> Device Drivers > -> I2C support > -> I2C support (I2C [=y]) > -> I2C slave support (I2C_SLAVE [=y]) > > --- > > Cc: Gopal Tiwari <gtiwari@xxxxxxxxxx> > Cc: David Arcari <darcari@xxxxxxxxxx> > Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > --- > .../configs/common/generic/CONFIG_I2C_MLXBF | 1 + > .../common/generic/CONFIG_I2C_SLAVE_TESTUNIT | 1 + > .../pending-common/generic/CONFIG_I2C_MLXBF | 25 ------------------- > .../generic/CONFIG_I2C_SLAVE_TESTUNIT | 21 ---------------- > 4 files changed, 2 insertions(+), 46 deletions(-) > create mode 100644 redhat/configs/common/generic/CONFIG_I2C_MLXBF > create mode 100644 redhat/configs/common/generic/CONFIG_I2C_SLAVE_TESTUNIT > delete mode 100644 redhat/configs/pending-common/generic/CONFIG_I2C_MLXBF > delete mode 100644 redhat/configs/pending-common/generic/CONFIG_I2C_SLAVE_TESTUNIT > > diff --git a/redhat/configs/common/generic/CONFIG_I2C_MLXBF b/redhat/configs/common/generic/CONFIG_I2C_MLXBF > new file mode 100644 > index 000000000000..185c147d7a58 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_I2C_MLXBF > @@ -0,0 +1 @@ > +# CONFIG_I2C_MLXBF is not set We want this to be =m to support Bluefield. > diff --git a/redhat/configs/common/generic/CONFIG_I2C_SLAVE_TESTUNIT b/redhat/configs/common/generic/CONFIG_I2C_SLAVE_TESTUNIT > new file mode 100644 > index 000000000000..14e66f89c8a8 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_I2C_SLAVE_TESTUNIT > @@ -0,0 +1 @@ > +# CONFIG_I2C_SLAVE_TESTUNIT is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_I2C_MLXBF b/redhat/configs/pending-common/generic/CONFIG_I2C_MLXBF > deleted file mode 100644 > index 4afff78d4142..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_I2C_MLXBF > +++ /dev/null > @@ -1,25 +0,0 @@ > -# CONFIG_I2C_MLXBF: > -# > -# Enabling this option will add I2C SMBus support for Mellanox BlueField > -# system. > -# > -# This driver can also be built as a module. If so, the module will be > -# called i2c-mlxbf. > -# > -# This driver implements an I2C SMBus host controller and enables both > -# master and slave functions. > -# > -# Symbol: I2C_MLXBF [=n] > -# Type : tristate > -# Defined at drivers/i2c/busses/Kconfig:734 > -# Prompt: Mellanox BlueField I2C controller > -# Depends on: I2C [=y] && HAS_IOMEM [=y] && ARM64 [=y] > -# Location: > -# -> Device Drivers > -# -> I2C support > -# -> I2C support (I2C [=y]) > -# -> I2C Hardware Bus support > -# > -# > -# > -# CONFIG_I2C_MLXBF is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_I2C_SLAVE_TESTUNIT b/redhat/configs/pending-common/generic/CONFIG_I2C_SLAVE_TESTUNIT > deleted file mode 100644 > index dc55205cb13d..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_I2C_SLAVE_TESTUNIT > +++ /dev/null > @@ -1,21 +0,0 @@ > -# CONFIG_I2C_SLAVE_TESTUNIT: > -# > -# This backend can be used to trigger test cases for I2C bus masters > -# which require a remote device with certain capabilities, e.g. > -# multi-master, SMBus Host Notify, etc. Please read > -# Documentation/i2c/slave-testunit-backend.rst for further details. > -# > -# Symbol: I2C_SLAVE_TESTUNIT [=n] > -# Type : tristate > -# Defined at drivers/i2c/Kconfig:128 > -# Prompt: I2C eeprom testunit driver > -# Depends on: I2C [=y] && I2C_SLAVE [=y] > -# Location: > -# -> Device Drivers > -# -> I2C support > -# -> I2C support (I2C [=y]) > -# -> I2C slave support (I2C_SLAVE [=y]) > -# > -# > -# > -# CONFIG_I2C_SLAVE_TESTUNIT is not set > -- > GitLab > _______________________________________________ > kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx