From 16f72dad2a93d7e0338c65bd8d29b32350b1fc02 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Tue, 7 Mar 2023 11:26:17 +0100 Subject: [PATCH] kcfonfigs: introduce feture HAS_PERIPH_USBDEV_HS To be able to define configurations like EP data sizes depending on whether full-speed or high-speed USB device peripherals are used, the feature `HAS_PERIPH_USBDEV_HS` is introduced. --- kconfigs/Kconfig.features | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kconfigs/Kconfig.features b/kconfigs/Kconfig.features index 1d3bc251b4..df855703cf 100644 --- a/kconfigs/Kconfig.features +++ b/kconfigs/Kconfig.features @@ -424,6 +424,11 @@ config HAS_PERIPH_USBDEV help Indicates that an USBDEV peripheral is present. +config HAS_PERIPH_USBDEV_HS + bool + help + Indicates that the USBDEV peripheral supports High-Speed. + config HAS_PERIPH_USBDEV_HS_UTMI bool help