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
33123c86
Commit
33123c86
authored
Oct 31, 2002
by
Alan Cox
Committed by
Linus Torvalds
Oct 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Kconfig and makfile goo for new net drivers
parent
186f0468
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
drivers/net/Kconfig
drivers/net/Kconfig
+14
-0
drivers/net/Makefile
drivers/net/Makefile
+2
-0
No files found.
drivers/net/Kconfig
View file @
33123c86
...
...
@@ -1541,6 +1541,20 @@ config BAGETLANCE
MIPS-32-based Baget embedded system. This chipset is better known
via the NE2100 cards.
config 68360_ENET
bool "Motorola 68360 ethernet controller"
depends on M68360
help
Say Y here if you want to use the built-in ethernet controller of
the Motorola 68360 processor.
config FEC
bool "FEC ethernet controller (of ColdFire 5272)"
depends on M5272
help
Say Y here if you want to use the built-in 10/100 Fast ethernet
controller on the Motorola ColdFire 5272 processor.
endmenu
#
...
...
drivers/net/Makefile
View file @
33123c86
...
...
@@ -83,6 +83,8 @@ obj-$(CONFIG_SHAPER) += shaper.o
obj-$(CONFIG_SK_G16)
+=
sk_g16.o
obj-$(CONFIG_HP100)
+=
hp100.o
obj-$(CONFIG_SMC9194)
+=
smc9194.o
obj-$(CONFIG_FEC)
+=
fec.o
obj-$(CONFIG_68360_ENET)
+=
68360enet.o
obj-$(CONFIG_ARM_AM79C961A)
+=
am79c961a.o
obj-$(CONFIG_ARM_ETHERH)
+=
8390.o
obj-$(CONFIG_WD80x3)
+=
wd.o 8390.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