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
e72ca7aa
Commit
e72ca7aa
authored
Sep 21, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: move the i2c-philips-par driver to drivers/i2c/busses
parent
364745bf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
11 deletions
+10
-11
drivers/i2c/Kconfig
drivers/i2c/Kconfig
+0
-10
drivers/i2c/Makefile
drivers/i2c/Makefile
+0
-1
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+9
-0
drivers/i2c/busses/Makefile
drivers/i2c/busses/Makefile
+1
-0
drivers/i2c/busses/i2c-philips-par.c
drivers/i2c/busses/i2c-philips-par.c
+0
-0
No files found.
drivers/i2c/Kconfig
View file @
e72ca7aa
...
...
@@ -48,16 +48,6 @@ config I2C_ALGOBIT
This support is also available as a module. If so, the module
will be called i2c-algo-bit.
config I2C_PHILIPSPAR
tristate "Philips style parallel port adapter"
depends on I2C_ALGOBIT && PARPORT
---help---
This supports parallel-port I2C adapters made by Philips. Say Y if
you own such an adapter.
This support is also available as a module. If so, the module
will be called i2c-philips-par.
config I2C_ELV
tristate "ELV adapter"
depends on I2C_ALGOBIT && ISA
...
...
drivers/i2c/Makefile
View file @
e72ca7aa
...
...
@@ -5,7 +5,6 @@
obj-$(CONFIG_I2C)
+=
i2c-core.o
obj-$(CONFIG_I2C_CHARDEV)
+=
i2c-dev.o
obj-$(CONFIG_I2C_ALGOBIT)
+=
i2c-algo-bit.o
obj-$(CONFIG_I2C_PHILIPSPAR)
+=
i2c-philips-par.o
obj-$(CONFIG_I2C_ELV)
+=
i2c-elv.o
obj-$(CONFIG_I2C_VELLEMAN)
+=
i2c-velleman.o
obj-$(CONFIG_I2C_ALGOPCF)
+=
i2c-algo-pcf.o
...
...
drivers/i2c/busses/Kconfig
View file @
e72ca7aa
...
...
@@ -97,6 +97,15 @@ config I2C_NFORCE2
This driver can also be built as a module. If so, the module
will be called i2c-nforce2.
config I2C_PHILIPSPAR
tristate "Philips style parallel port adapter"
depends on I2C_ALGOBIT && PARPORT
help
This supports parallel-port I2C adapters made by Philips.
This support is also available as a module. If so, the module
will be called i2c-philips-par.
config I2C_PIIX4
tristate "Intel PIIX4"
depends on I2C && PCI && EXPERIMENTAL
...
...
drivers/i2c/busses/Makefile
View file @
e72ca7aa
...
...
@@ -10,6 +10,7 @@ obj-$(CONFIG_I2C_I801) += i2c-i801.o
obj-$(CONFIG_I2C_I810)
+=
i2c-i810.o
obj-$(CONFIG_I2C_ISA)
+=
i2c-isa.o
obj-$(CONFIG_I2C_NFORCE2)
+=
i2c-nforce2.o
obj-$(CONFIG_I2C_PHILIPSPAR)
+=
i2c-philips-par.o
obj-$(CONFIG_I2C_PIIX4)
+=
i2c-piix4.o
obj-$(CONFIG_I2C_PROSAVAGE)
+=
i2c-prosavage.o
obj-$(CONFIG_I2C_SAVAGE4)
+=
i2c-savage4.o
...
...
drivers/i2c/i2c-philips-par.c
→
drivers/i2c/
busses/
i2c-philips-par.c
View file @
e72ca7aa
File moved
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