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:
708f6e2
)
smc911x: Allow Kconfig dependency on ARM
author
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 20 Oct 2008 17:15:17 +0000
(18:15 +0100)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 22 Oct 2008 11:00:36 +0000
(07:00 -0400)
Since more ARM platforms use this device, it is easier to add a
dependency on ARM rather than individual platforms.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index c7f020c4f1458c8716c5b28cecd63dff63fe2ee8..a76ca75fd4d3360ae258a79848258c99dcb9d200 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-960,7
+960,7
@@
config SMC911X
tristate "SMSC LAN911[5678] support"
select CRC32
select MII
- depends on AR
CH_PXA
|| SUPERH
+ depends on AR
M
|| SUPERH
help
This is a driver for SMSC's LAN911x series of Ethernet chipsets
including the new LAN9115, LAN9116, LAN9117, and LAN9118.