From 581a50e00023ef7b17378b87132fb4da960cf99f Mon Sep 17 00:00:00 2001 From: Georgij Cernysiov Date: Wed, 7 Dec 2022 11:13:48 +0100 Subject: [PATCH] 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 --- drivers/usb/device/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/usb/device/Kconfig b/drivers/usb/device/Kconfig index d62e230508e..8cb39d80eed 100644 --- a/drivers/usb/device/Kconfig +++ b/drivers/usb/device/Kconfig @@ -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"