]> Git Repo - J-u-boot.git/blobdiff - drivers/net/phy/Kconfig
Convert CONFIG_FSL_MEMAC et al to Kconfig
[J-u-boot.git] / drivers / net / phy / Kconfig
index eed6eb186692eec012c28f4537ada39e3e25deba..52ce08b3b3841944d809d41f85bc908404f34caf 100644 (file)
@@ -2,6 +2,10 @@
 config BITBANGMII
        bool "Bit-banged ethernet MII management channel support"
 
+config BITBANGMII_MULTI
+       bool "Enable the multi bus support"
+       depends on BITBANGMII
+
 config MV88E6352_SWITCH
        bool "Marvell 88E6352 switch support"
 
@@ -64,6 +68,11 @@ endif # MV88E61XX_SWITCH
 config PHYLIB_10G
        bool "Generic 10G PHY support"
 
+config PHY_ADIN
+       bool "Analog Devices Industrial Ethernet PHYs"
+       help
+               Add support for configuring RGMII on Analog Devices ADIN PHYs.
+
 menuconfig PHY_AQUANTIA
        bool "Aquantia Ethernet PHYs support"
        select PHY_GIGE
@@ -211,6 +220,11 @@ config PHY_NXP_C45_TJA11XX
          Enable support for NXP C45 TJA11XX PHYs.
          Currently supports only the TJA1103 PHY.
 
+config PHY_NXP_TJA11XX
+       bool "NXP TJA11XX Ethernet PHYs support"
+       help
+         Currently supports the NXP TJA1100 and TJA1101 PHY.
+
 config PHY_REALTEK
        bool "Realtek Ethernet PHYs support"
 
@@ -331,6 +345,13 @@ config PHY_NCSI
 
 endif #PHYLIB
 
+config FSL_MEMAC
+       bool "NXP mEMAC PHY support"
+
+config SYS_MEMAC_LITTLE_ENDIAN
+       bool "mEMAC is access in little endian mode"
+       depends on FSL_MEMAC || FSL_LS_MDIO
+
 config PHY_RESET_DELAY
        int "Extra delay after reset before MII register access"
        default 0
This page took 0.028678 seconds and 4 git commands to generate.