projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
239dc57
)
remove unnecessary dependency on VIA velocity config
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Thu, 24 May 2007 07:12:27 +0000
(16:12 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 24 May 2007 21:20:49 +0000
(17:20 -0400)
Hi,
This patch has removed unnecessary dependency on VIA velocity config.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index
c5baa19
..
30fd479
100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-2218,7
+2218,7
@@
config SK98LIN
config VIA_VELOCITY
tristate "VIA Velocity support"
- depends on
NET_PCI &&
PCI
+ depends on PCI
select CRC32
select CRC_CCITT
select MII