1537544f6a
add phytium board (E2000) bsp support usart support SMP with demo
14 lines
233 B
Plaintext
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
|
|
|