zephyr/drivers/usb/udc
Henrik Brix Andersen c41dd36de2 drivers: kconfig: unify menuconfig title strings
Unify the drivers/*/Kconfig menuconfig title strings to the format
"<class> [(acronym)] [bus] drivers".

Including both the full name of the driver class and an acronym makes
menuconfig more user friendly as some of the acronyms are less well-known
than others. It also improves Kconfig search, both via menuconfig and via
the generated Kconfig documentation.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-03-28 15:06:06 +02:00
..
CMakeLists.txt drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.kinetis drivers: udc: add USBFSOTG UDC driver for Kinetis SoCs 2022-12-02 12:55:18 +01:00
Kconfig.nrf
Kconfig.virtual drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
udc_common.c drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_common.h drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_kinetis.c drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_nrf.c drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_virtual.c drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00