On 10/13/20 2:40 PM, 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_SENSORS_ADM1266: If you say yes here you get hardware monitoring support for Analog Devices ADM1266 Cascadable Super Sequencer. This driver can also be built as a module. If so, the module will be called adm1266. Symbol: SENSORS_ADM1266 [=n] Type : tristate Defined at drivers/hwmon/pmbus/Kconfig:29 Prompt: Analog Devices ADM1266 Sequencer Depends on: HWMON [=y] && PMBUS [=m] && GPIOLIB [=y] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) -> PMBus support (PMBUS [=m]) Selects: CRC8 [=m] --- CONFIG_SENSORS_MP2975: If you say yes here you get hardware monitoring support for MPS MP2975 Dual Loop Digital Multi-Phase Controller. This driver can also be built as a module. If so, the module will be called mp2975. Symbol: SENSORS_MP2975 [=n] Type : tristate Defined at drivers/hwmon/pmbus/Kconfig:214 Prompt: MPS MP2975 Depends on: HWMON [=y] && PMBUS [=m] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) -> PMBus support (PMBUS [=m]) --- CONFIG_SENSORS_MR75203: If you say yes here you get support for Moortec MR75203 PVT controller. This driver can also be built as a module. If so, the module will be called mr75203. Symbol: SENSORS_MR75203 [=n] Type : tristate Defined at drivers/hwmon/Kconfig:1115 Prompt: Moortec Semiconductor MR75203 PVT Controller Depends on: HWMON [=y] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) Selects: REGMAP_MMIO [=n] --- Cc: Dean Nelson <dnelson@xxxxxxxxxx> Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> --- .../common/generic/CONFIG_SENSORS_ADM1266 | 1 + .../common/generic/CONFIG_SENSORS_MP2975 | 1 + .../common/generic/CONFIG_SENSORS_MR75203 | 1 + .../generic/CONFIG_SENSORS_ADM1266 | 22 ------------------- .../generic/CONFIG_SENSORS_MP2975 | 21 ------------------ .../generic/CONFIG_SENSORS_MR75203 | 21 ------------------ 6 files changed, 3 insertions(+), 64 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_ADM1266 create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_MP2975 create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_MR75203 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_ADM1266 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_MP2975 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_MR75203 diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_ADM1266 b/redhat/configs/common/generic/CONFIG_SENSORS_ADM1266 new file mode 100644 index 000000000000..fac63d365677 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_ADM1266 @@ -0,0 +1 @@ +# CONFIG_SENSORS_ADM1266 is not set diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_MP2975 b/redhat/configs/common/generic/CONFIG_SENSORS_MP2975 new file mode 100644 index 000000000000..018a1d2ea217 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_MP2975 @@ -0,0 +1 @@ +# CONFIG_SENSORS_MP2975 is not set diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_MR75203 b/redhat/configs/common/generic/CONFIG_SENSORS_MR75203 new file mode 100644 index 000000000000..6edfde475b0c --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_MR75203 @@ -0,0 +1 @@ +# CONFIG_SENSORS_MR75203 is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_ADM1266 b/redhat/configs/pending-common/generic/CONFIG_SENSORS_ADM1266 deleted file mode 100644 index a2aeae8e90be..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_ADM1266 +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_SENSORS_ADM1266: -# -# If you say yes here you get hardware monitoring support for Analog -# Devices ADM1266 Cascadable Super Sequencer. -# -# This driver can also be built as a module. If so, the module will -# be called adm1266. -# -# Symbol: SENSORS_ADM1266 [=n] -# Type : tristate -# Defined at drivers/hwmon/pmbus/Kconfig:29 -# Prompt: Analog Devices ADM1266 Sequencer -# Depends on: HWMON [=y] && PMBUS [=m] && GPIOLIB [=y] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -> PMBus support (PMBUS [=m]) -# Selects: CRC8 [=m] -# -# -# -# CONFIG_SENSORS_ADM1266 is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MP2975 b/redhat/configs/pending-common/generic/CONFIG_SENSORS_MP2975 deleted file mode 100644 index 784131652472..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MP2975 +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_SENSORS_MP2975: -# -# If you say yes here you get hardware monitoring support for MPS -# MP2975 Dual Loop Digital Multi-Phase Controller. -# -# This driver can also be built as a module. If so, the module will -# be called mp2975. -# -# Symbol: SENSORS_MP2975 [=n] -# Type : tristate -# Defined at drivers/hwmon/pmbus/Kconfig:214 -# Prompt: MPS MP2975 -# Depends on: HWMON [=y] && PMBUS [=m] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -> PMBus support (PMBUS [=m]) -# -# -# -# CONFIG_SENSORS_MP2975 is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MR75203 b/redhat/configs/pending-common/generic/CONFIG_SENSORS_MR75203 deleted file mode 100644 index b00c30332895..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MR75203 +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_SENSORS_MR75203: -# -# If you say yes here you get support for Moortec MR75203 -# PVT controller. -# -# This driver can also be built as a module. If so, the module -# will be called mr75203. -# -# Symbol: SENSORS_MR75203 [=n] -# Type : tristate -# Defined at drivers/hwmon/Kconfig:1115 -# Prompt: Moortec Semiconductor MR75203 PVT Controller -# Depends on: HWMON [=y] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# Selects: REGMAP_MMIO [=n] -# -# -# -# CONFIG_SENSORS_MR75203 is not set
Acked-by: Dean Nelson <dnelson@xxxxxxxxxx> _______________________________________________ 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