rt-thread/bsp/gd32/arm/libraries/gd32_drivers/Kconfig

27 lines
626 B
Plaintext
Raw Normal View History

2021-09-02 22:38:47 +08:00
if BSP_USING_USBD
config BSP_USBD_TYPE_FS
bool
# "USB Full Speed (FS) Core"
config BSP_USBD_TYPE_HS
bool
# "USB High Speed (HS) Core"
config BSP_USBD_SPEED_HS
2023-01-09 10:14:23 +08:00
bool
2021-09-02 22:38:47 +08:00
# "USB High Speed (HS) Mode"
config BSP_USBD_SPEED_HSINFS
2023-01-09 10:14:23 +08:00
bool
2021-09-02 22:38:47 +08:00
# "USB High Speed (HS) Core in FS mode"
config BSP_USBD_PHY_EMBEDDED
2023-01-09 10:14:23 +08:00
bool
2021-09-02 22:38:47 +08:00
# "Using Embedded phy interface"
config BSP_USBD_PHY_UTMI
2023-01-09 10:14:23 +08:00
bool
2021-09-02 22:38:47 +08:00
# "UTMI: USB 2.0 Transceiver Macrocell Interace"
config BSP_USBD_PHY_ULPI
2023-01-09 10:14:23 +08:00
bool
2021-09-02 22:38:47 +08:00
# "ULPI: UTMI+ Low Pin Interface"
endif