[PATCH v2 25/26] misc: lan966x_pci: Sort the drivers list in Kconfig help
Herve Codina
herve.codina at bootlin.com
Wed May 7 00:13:07 PDT 2025
The LAN966X Kconfig help section mentions drivers related to
devices.
Sort this list alphabetically.
Signed-off-by: Herve Codina <herve.codina at bootlin.com>
---
drivers/misc/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 6b37d61150ee..469044b2256b 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -624,13 +624,13 @@ 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)
- - lan966x-oic (LAN966X_OIC)
- lan966x-cpu-syscon (MFD_SYSCON)
- - lan966x-switch-reset (RESET_MCHP_SPARX5)
+ - lan966x-miim (MDIO_MSCC_MIIM)
+ - lan966x-oic (LAN966X_OIC)
- lan966x-pinctrl (PINCTRL_OCELOT)
- lan966x-serdes (PHY_LAN966X_SERDES)
- - lan966x-miim (MDIO_MSCC_MIIM)
- lan966x-switch (LAN966X_SWITCH)
+ - lan966x-switch-reset (RESET_MCHP_SPARX5)
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
--
2.49.0
More information about the linux-arm-kernel
mailing list