Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

smc911x: Allow Kconfig dependency on ARM

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>

authored by

Catalin Marinas and committed by
Jeff Garzik
bd2c4972 708f6e27

+1 -1
+1 -1
drivers/net/Kconfig
··· 960 960 tristate "SMSC LAN911[5678] support" 961 961 select CRC32 962 962 select MII 963 - depends on ARCH_PXA || SUPERH 963 + depends on ARM || SUPERH 964 964 help 965 965 This is a driver for SMSC's LAN911x series of Ethernet chipsets 966 966 including the new LAN9115, LAN9116, LAN9117, and LAN9118.