Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
88d05d1e
Commit
88d05d1e
authored
May 29, 2009
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
davinci: remove old EMAC driver
Signed-off-by:
Kevin Hilman
<
khilman@deeprootsystems.com
>
parent
e9b375b7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
2877 deletions
+0
-2877
drivers/net/Kconfig
drivers/net/Kconfig
+0
-10
drivers/net/Makefile
drivers/net/Makefile
+0
-3
drivers/net/davinci_emac.c
drivers/net/davinci_emac.c
+0
-2864
No files found.
drivers/net/Kconfig
View file @
88d05d1e
...
...
@@ -917,16 +917,6 @@ config SMC91X
The module will be called smc91x. If you want to compile it as a
module, say M here and read <file:Documentation/kbuild/modules.txt>.
config TI_DAVINCI_EMAC
tristate "TI DaVinci EMAC Support"
depends on ARM && ARCH_DAVINCI
select PHYLIB
help
This driver supports TI's DaVinci Ethernet .
To compile this driver as a module, choose M here: the module
will be called ti_davinci_emac. This is recommended.
config NET_NETX
tristate "NetX Ethernet support"
select MII
...
...
drivers/net/Makefile
View file @
88d05d1e
...
...
@@ -2,9 +2,6 @@
# Makefile for the Linux network (ethercard) device drivers.
#
davinci_emac_driver-objs
:=
davinci_emac.o
obj-$(CONFIG_TI_DAVINCI_EMAC)
+=
davinci_emac_driver.o
obj-$(CONFIG_E1000)
+=
e1000/
obj-$(CONFIG_E1000E)
+=
e1000e/
obj-$(CONFIG_IBM_NEW_EMAC)
+=
ibm_newemac/
...
...
drivers/net/davinci_emac.c
deleted
100644 → 0
View file @
e9b375b7
This diff is collapsed.
Click to expand it.
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