zhugengyu 1537544f6a
[bsp/phytium] add phytium bsp to support e2000 bootup with smp (#6566)
add phytium board (E2000) bsp
support usart
support SMP with demo
2022-11-10 09:22:48 -05:00

14 lines
233 B
Plaintext

choice FXMAC_PHY_TYPE
prompt "PHY Type"
default FXMAC_PHY_COMMON
help
Select PHY for FGMAC
config FXMAC_PHY_COMMON
bool "Common"
config FXMAC_PHY_YT
bool "YT"
endchoice # FXMAC_PHY_TYPE