hc
2023-08-30 862c27fc9920c83318c784bfdadf43a65df1ec8f
1
2
3
4
5
6
7
8
9
10
11
12
menuconfig MICROCHIP_KSZ
   tristate "Microchip KSZ series switch support"
   depends on NET_DSA
   select NET_DSA_TAG_KSZ
   help
     This driver adds support for Microchip KSZ switch chips.
 
config MICROCHIP_KSZ_SPI_DRIVER
   tristate "KSZ series SPI connected switch driver"
   depends on MICROCHIP_KSZ && SPI
   help
     Select to enable support for registering switches configured through SPI.