Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1305962
| From | Manjeet Pawar <manjeet.p@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well. |
| Date | 2016-01-11 10:10 +0100 |
| Message-ID | <qPGEa-eD-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch enable network driver support for ARM64 Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com> Signed-off-by: Manjeet Pawar <manjeet.p@samsung.com> --- drivers/net/ethernet/smsc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/smsc/Kconfig b/drivers/net/ethernet/smsc/Kconfig index eb9230e..6e73c73 100644 --- a/drivers/net/ethernet/smsc/Kconfig +++ b/drivers/net/ethernet/smsc/Kconfig @@ -77,7 +77,7 @@ config SMC911X tristate "SMSC LAN911[5678] support" select CRC32 select MII - depends on (ARM || SUPERH || MN10300) + depends on (ARM || ARM64 || SUPERH || MN10300) ---help--- This is a driver for SMSC's LAN911x series of Ethernet chipsets including the new LAN9115, LAN9116, LAN9117, and LAN9118. -- 1.7.9.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well. Manjeet Pawar <manjeet.p@samsung.com> - 2016-01-11 10:10 +0100 Re: [PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well. Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-01-11 15:20 +0100 Re: [PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well. Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-01-11 16:20 +0100 Re: [PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well. David Miller <davem@davemloft.net> - 2016-01-11 23:50 +0100
csiph-web