Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
0e92f10b
Commit
0e92f10b
authored
Dec 29, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add proper dependencies for the i2c chips/busses
parent
645dbacc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+2
-0
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Kconfig
+2
-0
No files found.
drivers/i2c/busses/Kconfig
View file @
0e92f10b
...
@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Mainboard support"
...
@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Mainboard support"
config I2C_AMD756
config I2C_AMD756
tristate " AMD 756/766"
tristate " AMD 756/766"
depends on I2C && I2C_PROC
help
help
If you say yes to this option, support will be included for the AMD
If you say yes to this option, support will be included for the AMD
756/766/768 mainboard I2C interfaces.
756/766/768 mainboard I2C interfaces.
...
@@ -23,6 +24,7 @@ config I2C_AMD756
...
@@ -23,6 +24,7 @@ config I2C_AMD756
config I2C_AMD8111
config I2C_AMD8111
tristate " AMD 8111"
tristate " AMD 8111"
depends on I2C && I2C_PROC
help
help
If you say yes to this option, support will be included for the AMD
If you say yes to this option, support will be included for the AMD
8111 mainboard I2C interfaces.
8111 mainboard I2C interfaces.
...
...
drivers/i2c/chips/Kconfig
View file @
0e92f10b
...
@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Chip support"
...
@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Chip support"
config SENSORS_ADM1021
config SENSORS_ADM1021
tristate " Analog Devices ADM1021 and compatibles"
tristate " Analog Devices ADM1021 and compatibles"
depends on I2C && I2C_PROC
help
help
If you say yes here you get support for Analog Devices ADM1021
If you say yes here you get support for Analog Devices ADM1021
and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
...
@@ -23,6 +24,7 @@ config SENSORS_ADM1021
...
@@ -23,6 +24,7 @@ config SENSORS_ADM1021
config SENSORS_LM75
config SENSORS_LM75
tristate " National Semiconductors LM75 and compatibles"
tristate " National Semiconductors LM75 and compatibles"
depends on I2C && I2C_PROC
help
help
If you say yes here you get support for National Semiconductor LM75
If you say yes here you get support for National Semiconductor LM75
sensor chips and clones: Dallas Semi DS75 and DS1775, TelCon
sensor chips and clones: Dallas Semi DS75 and DS1775, TelCon
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment