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 MAX31790 and modify i2c buses kernel driver for MiTAC ly1200 (son…
…ic-net#39) Signed-off-by: Eddy Weng <eddy.weng@mic.com.tw>
- Loading branch information
1 parent
02b5c0b
commit 5341a8f
Showing
4 changed files
with
907 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From: "Eddy.Weng" <eddy.weng@mic.com.tw> | ||
- Use SENSORS_MAX31790 to access MAX31790 | ||
CONFIG_SENSORS_MAX31790=m | ||
|
||
--- | ||
debian/build/build_amd64_none_amd64/.config | 1 ++ | ||
1 file changed, 1 insertions(+) | ||
|
||
diff --git a/debian/build/build_amd64_none_amd64/.config b/debian/build/build_amd64_none_amd64/.config | ||
index 6b6aea9..417c419 100644 | ||
--- a/debian/build/build_amd64_none_amd64/.config | ||
+++ b/debian/build/build_amd64_none_amd64/.config | ||
@@ -3451,6 +3451,7 @@ CONFIG_SENSORS_MAX16065=m | ||
CONFIG_SENSORS_MAX1619=m | ||
CONFIG_SENSORS_MAX1668=m | ||
# CONFIG_SENSORS_MAX197 is not set | ||
+CONFIG_SENSORS_MAX31790=m | ||
CONFIG_SENSORS_MAX6639=m | ||
CONFIG_SENSORS_MAX6642=m | ||
CONFIG_SENSORS_MAX6650=m | ||
-- | ||
2.1.4 | ||
|
Oops, something went wrong.