zephyr/drivers/w1
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/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.ds2477_85 drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
Kconfig.ds2484 drivers: w1: Move to using select in Kconfig for I2C bus 2022-08-12 14:15:53 +01:00
Kconfig.ds2485 drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
Kconfig.test drivers: w1: Update drivers to use devicetree Kconfig symbol 2022-07-29 14:25:27 +02:00
Kconfig.zephyr_serial drivers: w1: use select SERIAL in Kconfig for w1-zephyr-serial driver 2022-08-14 09:08:19 -05:00
w1_common.c everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
w1_ds248x.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
w1_ds2477_85_common.c drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
w1_ds2477_85_common.h drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
w1_ds2484.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
w1_ds2485.c drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
w1_handlers.c
w1_net.c treewide: Use CONFIG_*_ENDIAN instead of __BYTE_ORDER__ 2022-10-28 19:23:46 +09:00
w1_shell.c drivers/w1: add 1-wire shell 2022-09-07 15:33:52 +02:00
w1_test.c
w1_zephyr_serial.c