projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.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
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index c5baa197bc08b6ce8dc5b0a0cbe71afd81333fc4..30fd479fea5ef1549941376104d907a7bd273c68 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