zephyr/drivers/hwinfo
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
CMakeLists.txt drivers: hwinfo: sam: Introduce RSTC driver 2022-02-28 10:53:57 +01:00
hwinfo_esp32.c
hwinfo_gecko.c
hwinfo_handlers.c
hwinfo_imxrt.c
hwinfo_litex.c
hwinfo_mcux_rcm.c
hwinfo_mcux_sim.c
hwinfo_mcux_src.c
hwinfo_mcux_syscon.c
hwinfo_nrf.c
hwinfo_psoc6.c
hwinfo_sam0.c
hwinfo_sam4l.c
hwinfo_sam_rstc.c drivers: hwinfo: sam: Introduce RSTC driver 2022-02-28 10:53:57 +01:00
hwinfo_sam.c
hwinfo_shell.c drivers: hwinfo: shell: Add reset cause shell command 2021-11-07 14:55:52 -05:00
hwinfo_stm32.c
hwinfo_weak_impl.c
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00