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_INV_ICM42600_I2C: This driver supports the InvenSense ICM-426xx motion tracking devices over I2C. This driver can be built as a module. The module will be called inv-icm42600-i2c. Symbol: INV_ICM42600_I2C [=n] Type : tristate Defined at drivers/iio/imu/inv_icm42600/Kconfig:7 Prompt: InvenSense ICM-426xx I2C driver Depends on: IIO [=m] && I2C [=y] Location: -> Device Drivers -> Industrial I/O support (IIO [=m]) -> Inertial measurement units Selects: INV_ICM42600 [=n] && REGMAP_I2C [=m] --- CONFIG_INV_ICM42600_SPI: This driver supports the InvenSense ICM-426xx motion tracking devices over SPI. This driver can be built as a module. The module will be called inv-icm42600-spi. Symbol: INV_ICM42600_SPI [=n] Type : tristate Defined at drivers/iio/imu/inv_icm42600/Kconfig:19 Prompt: InvenSense ICM-426xx SPI driver Depends on: IIO [=m] && SPI_MASTER [=y] Location: -> Device Drivers -> Industrial I/O support (IIO [=m]) -> Inertial measurement units Selects: INV_ICM42600 [=n] && REGMAP_SPI [=m] --- CONFIG_SCD30_CORE: Say Y here to build support for the Sensirion SCD30 sensor with carbon dioxide, relative humidity and temperature sensing capabilities. To compile this driver as a module, choose M here: the module will be called scd30_core. Symbol: SCD30_CORE [=n] Type : tristate Defined at drivers/iio/chemical/Kconfig:88 Prompt: SCD30 carbon dioxide sensor driver Depends on: IIO [=m] Location: -> Device Drivers -> Industrial I/O support (IIO [=m]) -> Chemical Sensors Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m] --- Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> --- .../common/generic/CONFIG_INV_ICM42600_I2C | 1 + .../common/generic/CONFIG_INV_ICM42600_SPI | 1 + .../configs/common/generic/CONFIG_SCD30_CORE | 1 + .../generic/CONFIG_INV_ICM42600_I2C | 22 ------------------- .../generic/CONFIG_INV_ICM42600_SPI | 22 ------------------- .../pending-common/generic/CONFIG_SCD30_CORE | 22 ------------------- 6 files changed, 3 insertions(+), 66 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_INV_ICM42600_I2C create mode 100644 redhat/configs/common/generic/CONFIG_INV_ICM42600_SPI create mode 100644 redhat/configs/common/generic/CONFIG_SCD30_CORE delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_I2C delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_SPI delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SCD30_CORE diff --git a/redhat/configs/common/generic/CONFIG_INV_ICM42600_I2C b/redhat/configs/common/generic/CONFIG_INV_ICM42600_I2C new file mode 100644 index 000000000000..19a326e2067b --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INV_ICM42600_I2C @@ -0,0 +1 @@ +# CONFIG_INV_ICM42600_I2C is not set diff --git a/redhat/configs/common/generic/CONFIG_INV_ICM42600_SPI b/redhat/configs/common/generic/CONFIG_INV_ICM42600_SPI new file mode 100644 index 000000000000..610c7e059403 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INV_ICM42600_SPI @@ -0,0 +1 @@ +# CONFIG_INV_ICM42600_SPI is not set diff --git a/redhat/configs/common/generic/CONFIG_SCD30_CORE b/redhat/configs/common/generic/CONFIG_SCD30_CORE new file mode 100644 index 000000000000..6d3d6cbcb62a --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SCD30_CORE @@ -0,0 +1 @@ +# CONFIG_SCD30_CORE is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_I2C b/redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_I2C deleted file mode 100644 index 693d9cfcd4b4..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_I2C +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_INV_ICM42600_I2C: -# -# This driver supports the InvenSense ICM-426xx motion tracking -# devices over I2C. -# -# This driver can be built as a module. The module will be called -# inv-icm42600-i2c. -# -# Symbol: INV_ICM42600_I2C [=n] -# Type : tristate -# Defined at drivers/iio/imu/inv_icm42600/Kconfig:7 -# Prompt: InvenSense ICM-426xx I2C driver -# Depends on: IIO [=m] && I2C [=y] -# Location: -# -> Device Drivers -# -> Industrial I/O support (IIO [=m]) -# -> Inertial measurement units -# Selects: INV_ICM42600 [=n] && REGMAP_I2C [=m] -# -# -# -# CONFIG_INV_ICM42600_I2C is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_SPI b/redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_SPI deleted file mode 100644 index 5e7b8cd28c08..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_INV_ICM42600_SPI +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_INV_ICM42600_SPI: -# -# This driver supports the InvenSense ICM-426xx motion tracking -# devices over SPI. -# -# This driver can be built as a module. The module will be called -# inv-icm42600-spi. -# -# Symbol: INV_ICM42600_SPI [=n] -# Type : tristate -# Defined at drivers/iio/imu/inv_icm42600/Kconfig:19 -# Prompt: InvenSense ICM-426xx SPI driver -# Depends on: IIO [=m] && SPI_MASTER [=y] -# Location: -# -> Device Drivers -# -> Industrial I/O support (IIO [=m]) -# -> Inertial measurement units -# Selects: INV_ICM42600 [=n] && REGMAP_SPI [=m] -# -# -# -# CONFIG_INV_ICM42600_SPI is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SCD30_CORE b/redhat/configs/pending-common/generic/CONFIG_SCD30_CORE deleted file mode 100644 index 8a3a04a2043d..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SCD30_CORE +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_SCD30_CORE: -# -# Say Y here to build support for the Sensirion SCD30 sensor with carbon -# dioxide, relative humidity and temperature sensing capabilities. -# -# To compile this driver as a module, choose M here: the module will -# be called scd30_core. -# -# Symbol: SCD30_CORE [=n] -# Type : tristate -# Defined at drivers/iio/chemical/Kconfig:88 -# Prompt: SCD30 carbon dioxide sensor driver -# Depends on: IIO [=m] -# Location: -# -> Device Drivers -# -> Industrial I/O support (IIO [=m]) -# -> Chemical Sensors -# Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m] -# -# -# -# CONFIG_SCD30_CORE 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