Skip to content

Commit 5341a8f

Browse files
staneshiehlguohan
authored andcommitted
Add MAX31790 and modify i2c buses kernel driver for MiTAC ly1200 (#39)
Signed-off-by: Eddy Weng <[email protected]>
1 parent 02b5c0b commit 5341a8f

File tree

4 files changed

+907
-0
lines changed

4 files changed

+907
-0
lines changed

patch/config-mitac-ly1200.patch

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From: "Eddy.Weng" <[email protected]>
2+
- Use SENSORS_MAX31790 to access MAX31790
3+
CONFIG_SENSORS_MAX31790=m
4+
5+
---
6+
debian/build/build_amd64_none_amd64/.config | 1 ++
7+
1 file changed, 1 insertions(+)
8+
9+
diff --git a/debian/build/build_amd64_none_amd64/.config b/debian/build/build_amd64_none_amd64/.config
10+
index 6b6aea9..417c419 100644
11+
--- a/debian/build/build_amd64_none_amd64/.config
12+
+++ b/debian/build/build_amd64_none_amd64/.config
13+
@@ -3451,6 +3451,7 @@ CONFIG_SENSORS_MAX16065=m
14+
CONFIG_SENSORS_MAX1619=m
15+
CONFIG_SENSORS_MAX1668=m
16+
# CONFIG_SENSORS_MAX197 is not set
17+
+CONFIG_SENSORS_MAX31790=m
18+
CONFIG_SENSORS_MAX6639=m
19+
CONFIG_SENSORS_MAX6642=m
20+
CONFIG_SENSORS_MAX6650=m
21+
--
22+
2.1.4
23+

0 commit comments

Comments
 (0)