forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MAX6697 kernel module for Arista 7060CX-32S (sonic-net#36)
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/debian/build/build_amd64_none_amd64/.config b/debian/build/build_amd64_none_amd64/.config | ||
index 6b6aea9..e0a959c 100644 | ||
--- a/debian/build/build_amd64_none_amd64/.config | ||
+++ b/debian/build/build_amd64_none_amd64/.config | ||
@@ -3455,7 +3455,7 @@ CONFIG_SENSORS_MAX6639=m | ||
CONFIG_SENSORS_MAX6642=m | ||
CONFIG_SENSORS_MAX6650=m | ||
CONFIG_SENSORS_MAX6620=m | ||
-# CONFIG_SENSORS_MAX6697 is not set | ||
+CONFIG_SENSORS_MAX6697=m | ||
# CONFIG_SENSORS_HTU21 is not set | ||
# CONFIG_SENSORS_MCP3021 is not set | ||
CONFIG_SENSORS_ADCXX=m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters