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:
e363d13
)
atl1: drop NET_PCI from Kconfig
author
Jay Cliburn
<jacliburn@bellsouth.net>
Thu, 15 Feb 2007 02:12:13 +0000
(20:12 -0600)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 17 Feb 2007 20:16:08 +0000
(15:16 -0500)
The atl1 driver doesn't need NET_PCI. Remove it from Kconfig.
Noticed by Chad Sprouse.
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Chris Snook <csnook@redhat.com>
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 38f41a593b1269961e8ce8040751c644a46fa9f6..960312643f806f787d7ca4b5056d1426cc8eca2d 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-2337,7
+2337,7
@@
config QLA3XXX
config ATL1
tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
- depends on
NET_PCI &&
PCI && EXPERIMENTAL
+ depends on PCI && EXPERIMENTAL
select CRC32
select MII
help