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_CORSAIR_PSU: If you say yes here you get support for Corsair PSUs with a HID interface. Currently this driver supports the (RM/HX)550i, (RM/HX)650i, (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i and HX1200i power supplies by Corsair. This driver can also be built as a module. If so, the module will be called corsair-psu. Symbol: SENSORS_CORSAIR_PSU [=n] Type : tristate Defined at drivers/hwmon/Kconfig:452 Prompt: Corsair PSU HID controller Depends on: HWMON [=y] && HID [=y] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) --- CONFIG_SENSORS_LTC2992: If you say yes here you get support for Linear Technology LTC2992 I2C System Monitor. The LTC2992 measures current, voltage, and power of two supplies. This driver can also be built as a module. If so, the module will be called ltc2992. Symbol: SENSORS_LTC2992 [=n] Type : tristate Defined at drivers/hwmon/Kconfig:874 Prompt: Linear Technology LTC2992 Depends on: HWMON [=y] && I2C [=y] && GPIOLIB [=y] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) --- CONFIG_SENSORS_MAX127: Say y here to support Maxim's MAX127 DAS chips. This driver can also be built as a module. If so, the module will be called max127. Symbol: SENSORS_MAX127 [=n] Type : tristate Defined at drivers/hwmon/Kconfig:965 Prompt: Maxim MAX127 12-bit 8-channel Data Acquisition System Depends on: HWMON [=y] && I2C [=y] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) --- CONFIG_SENSORS_PM6764TR: If you say yes here you get hardware monitoring support for ST PM6764TR. This driver can also be built as a module. If so, the module will be called pm6764tr. Symbol: SENSORS_PM6764TR [=n] Type : tristate Defined at drivers/hwmon/pmbus/Kconfig:223 Prompt: ST PM6764TR Depends on: HWMON [=y] && PMBUS [=m] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) -> PMBus support (PMBUS [=m]) --- CONFIG_SENSORS_Q54SJ108A2: If you say yes here you get hardware monitoring support for Delta Q54SJ108A2 series Power Supplies. This driver can also be built as a module. If so, the module will be called q54sj108a2. Symbol: SENSORS_Q54SJ108A2 [=n] Type : tristate Defined at drivers/hwmon/pmbus/Kconfig:241 Prompt: Delta Power Supplies Q54SJ108A2 Depends on: HWMON [=y] && PMBUS [=m] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) -> PMBus support (PMBUS [=m]) --- CONFIG_SENSORS_SBTSI: If you say yes here you get support for emulated temperature sensors on AMD SoCs with SB-TSI interface connected to a BMC device. This driver can also be built as a module. If so, the module will be called sbtsi_temp. Symbol: SENSORS_SBTSI [=n] Type : tristate Defined at drivers/hwmon/Kconfig:1536 Prompt: Emulated SB-TSI temperature sensor Depends on: HWMON [=y] && I2C [=y] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) --- Cc: Dean Nelson <dnelson@xxxxxxxxxx> Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> --- .../common/generic/CONFIG_SENSORS_CORSAIR_PSU | 1 + .../common/generic/CONFIG_SENSORS_LTC2992 | 1 + .../common/generic/CONFIG_SENSORS_MAX127 | 1 + .../common/generic/CONFIG_SENSORS_PM6764TR | 1 + .../common/generic/CONFIG_SENSORS_Q54SJ108A2 | 1 + .../common/generic/CONFIG_SENSORS_SBTSI | 1 + .../generic/CONFIG_SENSORS_CORSAIR_PSU | 23 ------------------- .../generic/CONFIG_SENSORS_LTC2992 | 21 ----------------- .../generic/CONFIG_SENSORS_MAX127 | 19 --------------- .../generic/CONFIG_SENSORS_PM6764TR | 21 ----------------- .../generic/CONFIG_SENSORS_Q54SJ108A2 | 21 ----------------- .../generic/CONFIG_SENSORS_SBTSI | 20 ---------------- 12 files changed, 6 insertions(+), 125 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_CORSAIR_PSU create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_LTC2992 create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_MAX127 create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_PM6764TR create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_Q54SJ108A2 create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_SBTSI delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_CORSAIR_PSU delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_LTC2992 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX127 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_PM6764TR delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_Q54SJ108A2 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_SBTSI diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_CORSAIR_PSU b/redhat/configs/common/generic/CONFIG_SENSORS_CORSAIR_PSU new file mode 100644 index 000000000000..4bc9dc6f6bfd --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_CORSAIR_PSU @@ -0,0 +1 @@ +# CONFIG_SENSORS_CORSAIR_PSU is not set diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_LTC2992 b/redhat/configs/common/generic/CONFIG_SENSORS_LTC2992 new file mode 100644 index 000000000000..ea1d267ab8e1 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_LTC2992 @@ -0,0 +1 @@ +# CONFIG_SENSORS_LTC2992 is not set diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_MAX127 b/redhat/configs/common/generic/CONFIG_SENSORS_MAX127 new file mode 100644 index 000000000000..2886282bde7d --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_MAX127 @@ -0,0 +1 @@ +# CONFIG_SENSORS_MAX127 is not set diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_PM6764TR b/redhat/configs/common/generic/CONFIG_SENSORS_PM6764TR new file mode 100644 index 000000000000..0af0b3e7870e --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_PM6764TR @@ -0,0 +1 @@ +# CONFIG_SENSORS_PM6764TR is not set diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_Q54SJ108A2 b/redhat/configs/common/generic/CONFIG_SENSORS_Q54SJ108A2 new file mode 100644 index 000000000000..0033b87cbac9 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_Q54SJ108A2 @@ -0,0 +1 @@ +# CONFIG_SENSORS_Q54SJ108A2 is not set diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_SBTSI b/redhat/configs/common/generic/CONFIG_SENSORS_SBTSI new file mode 100644 index 000000000000..434ec0ad9b6e --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SENSORS_SBTSI @@ -0,0 +1 @@ +# CONFIG_SENSORS_SBTSI is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_CORSAIR_PSU b/redhat/configs/pending-common/generic/CONFIG_SENSORS_CORSAIR_PSU deleted file mode 100644 index 654d9fc9f672..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_CORSAIR_PSU +++ /dev/null @@ -1,23 +0,0 @@ -# CONFIG_SENSORS_CORSAIR_PSU: -# -# If you say yes here you get support for Corsair PSUs with a HID -# interface. -# Currently this driver supports the (RM/HX)550i, (RM/HX)650i, -# (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i and HX1200i power supplies -# by Corsair. -# -# This driver can also be built as a module. If so, the module -# will be called corsair-psu. -# -# Symbol: SENSORS_CORSAIR_PSU [=n] -# Type : tristate -# Defined at drivers/hwmon/Kconfig:452 -# Prompt: Corsair PSU HID controller -# Depends on: HWMON [=y] && HID [=y] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -# -# -# CONFIG_SENSORS_CORSAIR_PSU is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_LTC2992 b/redhat/configs/pending-common/generic/CONFIG_SENSORS_LTC2992 deleted file mode 100644 index 04003c507356..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_LTC2992 +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_SENSORS_LTC2992: -# -# If you say yes here you get support for Linear Technology LTC2992 -# I2C System Monitor. The LTC2992 measures current, voltage, and -# power of two supplies. -# -# This driver can also be built as a module. If so, the module will -# be called ltc2992. -# -# Symbol: SENSORS_LTC2992 [=n] -# Type : tristate -# Defined at drivers/hwmon/Kconfig:874 -# Prompt: Linear Technology LTC2992 -# Depends on: HWMON [=y] && I2C [=y] && GPIOLIB [=y] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -# -# -# CONFIG_SENSORS_LTC2992 is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX127 b/redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX127 deleted file mode 100644 index 54691a2d5733..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX127 +++ /dev/null @@ -1,19 +0,0 @@ -# CONFIG_SENSORS_MAX127: -# -# Say y here to support Maxim's MAX127 DAS chips. -# -# This driver can also be built as a module. If so, the module -# will be called max127. -# -# Symbol: SENSORS_MAX127 [=n] -# Type : tristate -# Defined at drivers/hwmon/Kconfig:965 -# Prompt: Maxim MAX127 12-bit 8-channel Data Acquisition System -# Depends on: HWMON [=y] && I2C [=y] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -# -# -# CONFIG_SENSORS_MAX127 is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_PM6764TR b/redhat/configs/pending-common/generic/CONFIG_SENSORS_PM6764TR deleted file mode 100644 index 3618ca807083..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_PM6764TR +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_SENSORS_PM6764TR: -# -# If you say yes here you get hardware monitoring support for ST -# PM6764TR. -# -# This driver can also be built as a module. If so, the module will -# be called pm6764tr. -# -# Symbol: SENSORS_PM6764TR [=n] -# Type : tristate -# Defined at drivers/hwmon/pmbus/Kconfig:223 -# Prompt: ST PM6764TR -# Depends on: HWMON [=y] && PMBUS [=m] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -> PMBus support (PMBUS [=m]) -# -# -# -# CONFIG_SENSORS_PM6764TR is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_Q54SJ108A2 b/redhat/configs/pending-common/generic/CONFIG_SENSORS_Q54SJ108A2 deleted file mode 100644 index da11b527954e..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_Q54SJ108A2 +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_SENSORS_Q54SJ108A2: -# -# If you say yes here you get hardware monitoring support for Delta -# Q54SJ108A2 series Power Supplies. -# -# This driver can also be built as a module. If so, the module will -# be called q54sj108a2. -# -# Symbol: SENSORS_Q54SJ108A2 [=n] -# Type : tristate -# Defined at drivers/hwmon/pmbus/Kconfig:241 -# Prompt: Delta Power Supplies Q54SJ108A2 -# Depends on: HWMON [=y] && PMBUS [=m] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -> PMBus support (PMBUS [=m]) -# -# -# -# CONFIG_SENSORS_Q54SJ108A2 is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_SBTSI b/redhat/configs/pending-common/generic/CONFIG_SENSORS_SBTSI deleted file mode 100644 index 3842d64bacf7..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_SBTSI +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_SENSORS_SBTSI: -# -# If you say yes here you get support for emulated temperature -# sensors on AMD SoCs with SB-TSI interface connected to a BMC device. -# -# This driver can also be built as a module. If so, the module will -# be called sbtsi_temp. -# -# Symbol: SENSORS_SBTSI [=n] -# Type : tristate -# Defined at drivers/hwmon/Kconfig:1536 -# Prompt: Emulated SB-TSI temperature sensor -# Depends on: HWMON [=y] && I2C [=y] -# Location: -# -> Device Drivers -# -> Hardware Monitoring support (HWMON [=y]) -# -# -# -# CONFIG_SENSORS_SBTSI 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