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
Kirill Smelkov
linux
Commits
62fb9622
Commit
62fb9622
authored
Dec 31, 2002
by
Wolfgang Denk
Committed by
Linus Torvalds
Dec 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Make the MPC8xx FEC driver PHY selection configurable.
parent
0c486823
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
arch/ppc/8xx_io/Kconfig
arch/ppc/8xx_io/Kconfig
+12
-0
arch/ppc/8xx_io/fec.c
arch/ppc/8xx_io/fec.c
+1
-7
No files found.
arch/ppc/8xx_io/Kconfig
View file @
62fb9622
...
...
@@ -51,6 +51,18 @@ config USE_MDIO
all MII code can be omitted. Say N here if unsure or if you don't
need link status reports.
config FEC_LXT970
bool "Support LXT970 PHY"
depends on USE_MDIO
config FEC_LXT971
bool "Support LXT971 PHY"
depends on USE_MDIO
config FEC_QS6612
bool "Support QS6612 PHY"
depends on USE_MDIO
config ENET_BIG_BUFFERS
bool "Use Big CPM Ethernet Buffers"
depends on NET_ETHERNET
...
...
arch/ppc/8xx_io/fec.c
View file @
62fb9622
...
...
@@ -22,15 +22,9 @@
*
* Make use of MII for PHY control configurable.
* Some fixes.
* Copyright (c) 2000 Wolfgang Denk, DENX Software Engineering.
* Copyright (c) 2000
-2002
Wolfgang Denk, DENX Software Engineering.
*/
/* List of PHYs we wish to support.
*/
#undef CONFIG_FEC_LXT970
#define CONFIG_FEC_LXT971
#undef CONFIG_FEC_QS6612
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/sched.h>
...
...
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