1config RT_USING_PHY 2 bool "Using ethernet phy device drivers" 3 default n 4 5config RT_USING_PHY_V2 6 bool "Using phy device and mii bus v2" 7 depends on !RT_USING_PHY 8 default n 9