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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hwinfo_gecko.c drivers: hwinfo: gecko: Fix build 2021-06-11 16:23:05 -05:00
hwinfo_handlers.c drivers: hwinfo: Add reset cause support 2021-06-08 10:16:17 +02:00
hwinfo_imxrt.c drivers: hwinfo: Update i.MX RT Hwinfo driver 2021-06-29 11:30:00 -04:00
hwinfo_litex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hwinfo_mcux_rcm.c drivers: hwinfo: add NXP MCUX RCM hwinfo driver 2021-07-08 09:33:32 -05:00
hwinfo_mcux_sim.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hwinfo_mcux_src.c drivers: hwinfo: add reset cause support for iMX RT series 2021-09-29 14:44:21 -04:00
hwinfo_mcux_syscon.c hwinfo: Support NXP LPC family 2021-06-23 18:24:08 -05:00
hwinfo_nrf.c drivers: hwinfo: Add reset cause support 2021-06-08 10:16:17 +02:00
hwinfo_psoc6.c drivers: hwinfo: Add cypress psoc6 hwinfo support 2020-10-21 07:20:13 -05:00
hwinfo_sam.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
hwinfo_sam0.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hwinfo_sam4l.c drivers: hwinfo: Remove invalid comparison 2021-03-26 07:13:13 -04:00
hwinfo_sam_rstc.c drivers: hwinfo: sam: Introduce RSTC driver 2022-02-28 10:53:57 +01:00
hwinfo_shell.c drivers: hwinfo: shell: Add reset cause shell command 2021-11-07 14:55:52 -05:00
hwinfo_stm32.c drivers: hwinfo: Add reset cause support 2021-06-08 10:16:17 +02:00
hwinfo_weak_impl.c drivers: hwinfo: Add reset cause support 2021-06-08 10:16:17 +02:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00