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
53f56317
Commit
53f56317
authored
Apr 01, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i2c: fix up broken drivers/i2c/busses build due to I2C_PROC now being gone.
parent
37581a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+6
-7
No files found.
drivers/i2c/busses/Kconfig
View file @
53f56317
#
# Sensor device configuration
# All depend on EXPERIMENTAL, I2C and I2C_PROC.
#
menu "I2C Hardware Sensors Mainboard support"
config I2C_ALI15X3
tristate " ALI 15x3"
depends on I2C &&
I2C_PROC &&
PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the
Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
...
...
@@ -21,7 +20,7 @@ config I2C_ALI15X3
config I2C_AMD756
tristate " AMD 756/766"
depends on I2C &&
I2C_PROC
depends on I2C &&
EXPERIMENTAL
help
If you say yes to this option, support will be included for the AMD
756/766/768 mainboard I2C interfaces.
...
...
@@ -38,7 +37,7 @@ config I2C_AMD756
config I2C_AMD8111
tristate " AMD 8111"
depends on I2C &&
I2C_PROC
depends on I2C &&
EXPERIMENTAL
help
If you say yes to this option, support will be included for the AMD
8111 mainboard I2C interfaces.
...
...
@@ -55,7 +54,7 @@ config I2C_AMD8111
config I2C_I801
tristate " Intel 801"
depends on I2C &&
I2C_PROC &&
PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the Intel
801 family of mainboard I2C interfaces. Specifically, the following
...
...
@@ -78,7 +77,7 @@ config I2C_I801
config I2C_ISA
tristate " ISA Bus support"
depends on I2C && I
2C_PROC && I
SA && EXPERIMENTAL
depends on I2C && ISA && EXPERIMENTAL
help
If you say yes to this option, support will be included for i2c
interfaces that are on the ISA bus.
...
...
@@ -96,7 +95,7 @@ config I2C_ISA
config I2C_PIIX4
tristate " Intel PIIX4"
depends on I2C &&
I2C_PROC &&
PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the Intel
PIIX4 family of mainboard I2C interfaces. Specifically, the following
...
...
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