Skip to content

Commit

Permalink
Add MAX31790 and modify i2c buses kernel driver for MiTAC ly1200 (son…
Browse files Browse the repository at this point in the history
…ic-net#39)

Signed-off-by: Eddy Weng <eddy.weng@mic.com.tw>
  • Loading branch information
staneshieh authored and lguohan committed Jan 26, 2018
1 parent 02b5c0b commit 5341a8f
Show file tree
Hide file tree
Showing 4 changed files with 907 additions and 0 deletions.
23 changes: 23 additions & 0 deletions patch/config-mitac-ly1200.patch
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

Loading

0 comments on commit 5341a8f

Please sign in to comment.