Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config.local/amd64/config.sonic
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ CONFIG_MLXSW_CORE_HWMON=y
CONFIG_MLXSW_I2C=m
CONFIG_MLXSW_MINIMAL=m
CONFIG_MLXSW_CORE_THERMAL=n
CONFIG_NVSW_HOST_L1=m
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make changes in this file a separate commit with an elaborate commit message.

Copy link
Copy Markdown
Contributor

@tirupatihemanth tirupatihemanth May 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same reasoning as below about the commit message. Is this a nit or any specific reason behind separate commit?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s not mentioned in the commit message as far as I can see, and looks like a separate change, that should be a separate commit (or even merge/pull request) with an explanation.

CONFIG_NVSW_HOST_SPC5=m
CONFIG_NVSW_HOST_SPC6=m
CONFIG_MLXREG_HOTPLUG=m
CONFIG_MLXREG_IO=m
CONFIG_MLX_WDT=m
Expand All @@ -103,6 +106,7 @@ CONFIG_SENSORS_MP2869=m
CONFIG_SENSORS_MP29502=m
CONFIG_SENSORS_MP2845=m
CONFIG_SENSORS_MP5926=m
CONFIG_SENSORS_XDPE1A2G7B=m
CONFIG_GPIO_ICH=m
CONFIG_CPU_THERMAL=y
CONFIG_IGB_HWMON=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ index 00000000..3cffd09
+ PMBUS_HAVE_IOUT | PMBUS_HAVE_STATUS_VOUT | \
+ PMBUS_HAVE_STATUS_IOUT | PMBUS_HAVE_STATUS_INPUT | \
+ PMBUS_HAVE_STATUS_TEMP)
+
+
+#define MP2855_RAIL2_FUNC (PMBUS_HAVE_VOUT | PMBUS_HAVE_TEMP | PMBUS_HAVE_IOUT | \
+ PMBUS_HAVE_STATUS_VOUT | PMBUS_HAVE_STATUS_IOUT | \
+ PMBUS_HAVE_STATUS_INPUT | PMBUS_HAVE_STATUS_TEMP)
Expand Down
Loading