--- zzzz-none-000/linux-5.15.111/drivers/net/phy/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/drivers/net/phy/Kconfig 2024-02-07 10:23:12.000000000 +0000 @@ -351,3 +351,14 @@ config MICREL_KS8995MA tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" depends on SPI + +config SFP_PHY + tristate "Drivers for the SFP PHY" + depends on I2C + help + This driver supports the SFP PHY module. It powers up the device and + registers interrupt handlers for Tx fault, LOS and present events. + It implements the state machine to maintain the On,Off,Active events. + It exposes SFP service level, Tx fault count, LOS count and state. + It processes the interrupts and events that occur in the workqueue and + will do the appropriate action for each individual use-case. \ No newline at end of file