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#8)
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 deletions.
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 |
---|---|---|
@@ -1,13 +1,22 @@ | ||
enable MAX6697 for arista 7060 cx32s | ||
|
||
From: Guohan Lu <[email protected]> | ||
|
||
|
||
--- | ||
debian/build/build_amd64_none_amd64/.config | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/debian/build/build_amd64_none_amd64/.config b/debian/build/build_amd64_none_amd64/.config | ||
index 6b6aea9..e0a959c 100644 | ||
index c9881a9..b0402b3 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 | ||
@@ -3912,7 +3912,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_MAX31790 is not set | ||
# CONFIG_SENSORS_MCP3021 is not set | ||
CONFIG_SENSORS_ADCXX=m | ||
CONFIG_SENSORS_MENF21BMC_HWMON=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