[PATCH v5 28/28] misc: lan966x_pci: Add drivers needed to support SFPs in Kconfig help
From: Herve Codina
Date: Fri Feb 27 2026 - 09:22:10 EST
Recently, new device-tree nodes were added in the overlay to add support
for SFPs on LAN966x PCI device.
The LAN966X Kconfig help section mentions drivers related to devices
added based on the overlay description.
Add drivers related to devices described by those new nodes in the
already existing driver list.
Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx>
---
drivers/misc/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 9c285a7c88ba..69825dc0f85e 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -635,13 +635,18 @@ config MCHP_LAN966X_PCI
Even if this driver does not depend on those other drivers, in order
to have a fully functional board, the following drivers are needed:
- fixed-clock (COMMON_CLK)
+ - i2c-mux-pinctrl (I2C_MUX_PINCTRL)
- lan966x-cpu-syscon (MFD_SYSCON)
+ - lan966x-gck (COMMON_CLK_LAN966X)
- lan966x-miim (MDIO_MSCC_MIIM)
- lan966x-oic (LAN966X_OIC)
- lan966x-pinctrl (PINCTRL_OCELOT)
- lan966x-serdes (PHY_LAN966X_SERDES)
- lan966x-switch (LAN966X_SWITCH)
- lan966x-switch-reset (RESET_MCHP_SPARX5)
+ - sam9x60-i2c (I2C_AT91)
+ - sama5d2-flexcom (MFD_ATMEL_FLEXCOM)
+ - sfp (SFP)
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
--
2.53.0