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
c3f20125
Commit
c3f20125
authored
Apr 08, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: clean up out of order bus Makefile and Kconfig entries.
parent
14dc9e49
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+8
-8
drivers/i2c/busses/Makefile
drivers/i2c/busses/Makefile
+1
-1
No files found.
drivers/i2c/busses/Kconfig
View file @
c3f20125
...
...
@@ -5,29 +5,29 @@
menu "I2C Hardware Bus support"
depends on I2C
config I2C_ALI15
63
tristate "ALI 15
63
"
config I2C_ALI15
35
tristate "ALI 15
35
"
depends on I2C && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the SMB
Host controller on Acer Labs Inc. (ALI) M15
63
South Bridges. The SMB
Host controller on Acer Labs Inc. (ALI) M15
35
South Bridges. The SMB
controller is part of the 7101 device, which is an ACPI-compliant
Power Management Unit (PMU).
This driver can also be built as a module. If so, the module
will be called i2c-ali15
63
.
will be called i2c-ali15
35
.
config I2C_ALI15
35
tristate "ALI 15
35
"
config I2C_ALI15
63
tristate "ALI 15
63
"
depends on I2C && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the SMB
Host controller on Acer Labs Inc. (ALI) M15
35
South Bridges. The SMB
Host controller on Acer Labs Inc. (ALI) M15
63
South Bridges. The SMB
controller is part of the 7101 device, which is an ACPI-compliant
Power Management Unit (PMU).
This driver can also be built as a module. If so, the module
will be called i2c-ali15
35
.
will be called i2c-ali15
63
.
config I2C_ALI15X3
tristate "ALI 15x3"
...
...
drivers/i2c/busses/Makefile
View file @
c3f20125
...
...
@@ -3,8 +3,8 @@
#
obj-$(CONFIG_I2C_ALI1535)
+=
i2c-ali1535.o
obj-$(CONFIG_I2C_ALI15X3)
+=
i2c-ali15x3.o
obj-$(CONFIG_I2C_ALI1563)
+=
i2c-ali1563.o
obj-$(CONFIG_I2C_ALI15X3)
+=
i2c-ali15x3.o
obj-$(CONFIG_I2C_AMD756)
+=
i2c-amd756.o
obj-$(CONFIG_I2C_AMD8111)
+=
i2c-amd8111.o
obj-$(CONFIG_I2C_ELEKTOR)
+=
i2c-elektor.o
...
...
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