zephyr/drivers/can
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
..
transceiver
can_common.c drivers: can: common: document sample point calculation function 2023-03-27 09:50:24 +02:00
can_esp32_twai.c drivers: can: sja1000: move public header file to public include path 2023-02-23 09:00:34 +01:00
can_fake.c
can_handlers.c
can_kvaser_pci.c drivers: can: sja1000: move public header file to public include path 2023-02-23 09:00:34 +01:00
can_loopback.c
can_mcan_priv.h
can_mcan.c drivers: can: mcan: add support for CAN-FD ESI flag 2023-03-11 19:45:14 +01:00
can_mcan.h
can_mcp2515.c
can_mcp2515.h
can_mcux_flexcan.c drivers: can: reset statistics when starting the CAN controller 2023-03-20 09:52:50 +01:00
can_mcux_mcan.c
can_native_posix_linux_socketcan.c
can_native_posix_linux_socketcan.h
can_native_posix_linux.c
can_rcar.c drivers: can: reset statistics when starting the CAN controller 2023-03-20 09:52:50 +01:00
can_sam.c drivers: can: sam: Update to use clock control 2023-03-21 14:12:25 -07:00
can_shell.c drivers: can: shell: add debug log for calculated timing parameters 2023-03-20 09:53:14 +01:00
can_sja1000_priv.h
can_sja1000.c drivers: can: sja1000: move public header file to public include path 2023-02-23 09:00:34 +01:00
can_stm32.c drivers: can: reset statistics when starting the CAN controller 2023-03-20 09:52:50 +01:00
can_stm32.h
can_stm32fd.c
can_stm32h7.c
CMakeLists.txt
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.esp32
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.mcan
Kconfig.mcp2515
Kconfig.mcux
Kconfig.native_posix_linux
Kconfig.rcar
Kconfig.sam
Kconfig.sja1000
Kconfig.stm32
Kconfig.stm32fd
Kconfig.stm32h7