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
Kirill Smelkov
linux
Commits
364745bf
Commit
364745bf
authored
Sep 21, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: fix up dependancies in the i2c/busses/Kconfig file
parent
f42cacf3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+4
-4
No files found.
drivers/i2c/busses/Kconfig
View file @
364745bf
...
@@ -64,7 +64,7 @@ config I2C_I801
...
@@ -64,7 +64,7 @@ config I2C_I801
config I2C_I810
config I2C_I810
tristate "Intel 810/815"
tristate "Intel 810/815"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C
_ALGOBIT
&& PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the Intel
If you say yes to this option, support will be included for the Intel
810/815 family of mainboard I2C interfaces. Specifically, the
810/815 family of mainboard I2C interfaces. Specifically, the
...
@@ -129,7 +129,7 @@ config I2C_PROSAVAGE
...
@@ -129,7 +129,7 @@ config I2C_PROSAVAGE
config I2C_SAVAGE4
config I2C_SAVAGE4
tristate "S3 Savage 4"
tristate "S3 Savage 4"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C
_ALGOBIT
&& PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the
If you say yes to this option, support will be included for the
S3 Savage 4 I2C interface.
S3 Savage 4 I2C interface.
...
@@ -176,7 +176,7 @@ config I2C_SIS96X
...
@@ -176,7 +176,7 @@ config I2C_SIS96X
config I2C_VIA
config I2C_VIA
tristate "VIA 82C58B"
tristate "VIA 82C58B"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C
_ALGOBIT
&& PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the VIA
If you say yes to this option, support will be included for the VIA
...
@@ -205,7 +205,7 @@ config I2C_VIAPRO
...
@@ -205,7 +205,7 @@ config I2C_VIAPRO
config I2C_VOODOO3
config I2C_VOODOO3
tristate "Voodoo 3"
tristate "Voodoo 3"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C
_ALGOBIT
&& PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the
If you say yes to this option, support will be included for the
...
...
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