commit | c41dd36de242830b45ca64a6abd1d8a148a13ad3 | [log] [tgz] |
---|---|---|
author | Henrik Brix Andersen <hebad@vestas.com> | Mon Mar 27 14:55:23 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 28 15:06:06 2023 +0200 |
tree | 4ec1aefc735f20fb137b55420d9b654f6508ec58 | |
parent | f43c7367b173b96a6cc989490dee35020549a420 [diff] |
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>