1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/periph_common: add periph_usbdev_hs feature in Kconfig

This commit is contained in:
Gunar Schorcht 2023-03-16 07:10:39 +01:00
parent fc7b4ed06b
commit 9c306815c2

View File

@ -22,6 +22,16 @@ config MODULE_PERIPH_INIT_USBDEV
bool "Auto initialize USBDEV peripheral"
default y if MODULE_PERIPH_INIT
config MODULE_PERIPH_USBDEV_HS
bool "Use USB HS peripheral"
depends on HAS_PERIPH_USBDEV_HS
default y if MODULE_PERIPH_INIT_USBDEV_HS_ULPI || MODULE_PERIPH_USBDEV_HS_UTMI
config MODULE_PERIPH_INIT_USBDEV_HS
bool
depends on MODULE_PERIPH_USBDEV_HS
default y if MODULE_PERIPH_INIT
config MODULE_PERIPH_USBDEV_HS_ULPI
bool "Use USB HS peripheral with ULPI HS PHY"
depends on HAS_PERIPH_USBDEV_HS_ULPI