zephyr/drivers/smbus
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: smbus: Add Intel ICH / PCH SMbus driver 2023-03-22 08:16:23 -04:00
intel_pch_smbus.c drivers: smbus: pch: Wrap respective code with ifdefs 2023-03-22 08:16:23 -04:00
intel_pch_smbus.h drivers: smbus: Add Intel PCH driver register header 2023-03-22 08:16:23 -04:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
smbus_handlers.c smbus: Refactor callbacks API 2023-03-22 08:16:23 -04:00
smbus_shell.c smbus: shell: Add SMBus subsystem shell module 2023-03-22 08:16:23 -04:00