mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>
This commit is contained in:
committed by
Carles Cufí
parent
f43c7367b1
commit
c41dd36de2
+1
-1
@@ -7,7 +7,7 @@
|
||||
# DAC options
|
||||
#
|
||||
menuconfig DAC
|
||||
bool "DAC drivers"
|
||||
bool "Digital-to-Analog Converter (DAC) drivers"
|
||||
help
|
||||
Enable DAC (Digital to Analog Converter) driver configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user