zephyr/drivers/eeprom
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 emul: Cleanup emul directory 2023-02-24 11:50:10 +01:00
eeprom_at2x.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
eeprom_at2x_emul.c emul: Cleanup emul directory 2023-02-24 11:50:10 +01:00
eeprom_emulator.c drivers: eeprom: emulator: fix size_t format specifier 2022-11-03 16:38:48 -05:00
eeprom_fake.c drivers: eeprom: add fake EEPROM driver 2022-11-15 09:43:42 -06:00
eeprom_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eeprom_lpc11u6x.c drivers: eeprom: add missing include to nxp eeprom driver 2022-10-14 14:24:44 +02:00
eeprom_mchp_xec.c drivers: eeprom: mchp_xec: add missing kernel.h include 2022-11-04 08:59:24 +00:00
eeprom_shell.c eeprom: shell: Add device autocompletion support 2022-10-04 14:08:09 +00:00
eeprom_simulator.c drivers: eeprom: Fix splitting format string 2023-01-18 07:27:00 -05:00
eeprom_stm32.c include: add missing include 2022-10-13 08:24:11 -04:00
eeprom_tmp116.c include: add missing errno.h include 2022-10-11 18:05:17 +02:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.eeprom_emu drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.lpc11u6x drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.stm32 drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.tmp116 drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.xec eeprom: Add Microchip eeprom driver skeleton 2022-08-04 18:36:18 +02:00