Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728440 > unrolled thread
| Started by | <Tristram.Ha@microchip.com> |
|---|---|
| First post | 2017-09-07 23:20 +0200 |
| Last post | 2017-09-07 23:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH RFC 1/5] Add KSZ8795 switch driver support in Kconfig <Tristram.Ha@microchip.com> - 2017-09-07 23:20 +0200
| From | <Tristram.Ha@microchip.com> |
|---|---|
| Date | 2017-09-07 23:20 +0200 |
| Subject | [PATCH RFC 1/5] Add KSZ8795 switch driver support in Kconfig |
| Message-ID | <uncnp-5CP-33@gated-at.bofh.it> |
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/Kconfig b/drivers/net/dsa/microchip/Kconfig index a8b8f59..0b6225e 100644 --- a/drivers/net/dsa/microchip/Kconfig +++ b/drivers/net/dsa/microchip/Kconfig @@ -10,3 +10,21 @@ config MICROCHIP_KSZ_SPI_DRIVER depends on MICROCHIP_KSZ && SPI help Select to enable support for registering switches configured through SPI. + +menuconfig MICROCHIP_KSZ8795 + tristate "Microchip KSZ8795 series switch support" + depends on NET_DSA + select NET_DSA_TAG_KSZ + help + This driver adds support for Microchip KSZ8795 switch chips. + +config MICROCHIP_KSZ8795_SPI_DRIVER + tristate "KSZ8795 series SPI connected switch driver" + depends on MICROCHIP_KSZ8795 && SPI + default y + help + This driver accesses KSZ8795 chip through SPI. + + It is required to use the KSZ8795 switch driver as the only access + is through SPI. +
Back to top | Article view | linux.kernel
csiph-web