Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728442
| From | <Tristram.Ha@microchip.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RFC 2/5] Add KSZ8795 switch driver support in Makefile |
| Date | 2017-09-07 23:20 +0200 |
| Message-ID | <uncnp-5CP-43@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Tristram Ha <Tristram.Ha@microchip.com> Add KSZ8795 switch support with SPI access. Signed-off-by: Tristram Ha <Tristram.Ha@microchip.com> --- diff --git a/drivers/net/dsa/microchip/Makefile b/drivers/net/dsa/microchip/Makefile index 0961c30..0d8ba48 100644 --- a/drivers/net/dsa/microchip/Makefile +++ b/drivers/net/dsa/microchip/Makefile @@ -1,2 +1,4 @@ obj-$(CONFIG_MICROCHIP_KSZ) += ksz9477.o ksz_common.o obj-$(CONFIG_MICROCHIP_KSZ_SPI_DRIVER) += ksz_spi.o +obj-$(CONFIG_MICROCHIP_KSZ8795) += ksz8795.o ksz_common.o +obj-$(CONFIG_MICROCHIP_KSZ8795_SPI_DRIVER) += ksz8795_spi.o
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RFC 2/5] Add KSZ8795 switch driver support in Makefile <Tristram.Ha@microchip.com> - 2017-09-07 23:20 +0200
Re: [PATCH RFC 2/5] Add KSZ8795 switch driver support in Makefile Andrew Lunn <andrew@lunn.ch> - 2017-09-08 00:00 +0200
RE: [PATCH RFC 2/5] Add KSZ8795 switch driver support in Makefile <Tristram.Ha@microchip.com> - 2017-09-08 00:40 +0200
Re: [PATCH RFC 2/5] Add KSZ8795 switch driver support in Makefile Andrew Lunn <andrew@lunn.ch> - 2017-09-08 00:50 +0200
Re: [PATCH RFC 2/5] Add KSZ8795 switch driver support in Makefile Pavel Machek <pavel@ucw.cz> - 2017-09-08 11:10 +0200
csiph-web