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:
parent
aa890afeff
commit
581a50e000
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue