drivers: usb: stm32: Simplify Kconfig help message

The USB_DC_STM32 help message started to miss some
STM32 MCU families. Overtime, the message will
get bigger if we continue to list family names.
Removed family names to simplify the message and
avoid periodic modifications.

Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
Georgij Cernysiov 2022-12-07 11:13:48 +01:00 committed by Fabio Baltieri
commit 581a50e000

View file

@ -50,8 +50,7 @@ config USB_DC_STM32
select USE_STM32_HAL_PCD
select USE_STM32_HAL_PCD_EX
help
Enable USB support on the STM32 F0, F1, F2, F3, F4, F7, L0, L4, G4, U5 family of
processors.
Enable STM32 family USB device controller shim driver.
config USB_DC_SAM0
bool "SAM0 series USB Device Controller driver"