projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bdeec
)
gianfar needs crc32 lib dependency
author
Dave Jiang
<djiang@mvista.com>
Thu, 12 Apr 2007 17:57:06 +0000
(10:57 -0700)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 19 Apr 2007 19:01:16 +0000
(15:01 -0400)
Gianfar needs crc32 to be selected to compile.
Signed-off-by: Dave Jiang <djiang@mvista.com>
--
drivers/net/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index c3f9f599f134b941fabf6647a32f0673bf4dec39..a3d46ea371269d4e0ae069365405389b6443ffb8 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-2263,6
+2263,7
@@
config GIANFAR
tristate "Gianfar Ethernet"
depends on 85xx || 83xx || PPC_86xx
select PHYLIB
+ select CRC32
help
This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
and MPC86xx family of chips, and the FEC on the 8540.