zephyr/drivers/watchdog
Kumar Gala bdff3e76e5 drivers: watchdog: Update drivers to use devicetree Kconfig symbol
Update watchdog drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol
to expose the driver and enable it by default based on devicetree.

We remove 'depend on' Kconfig for symbols that would be implied by
the devicetree node existing.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-22 14:06:00 +00:00
..
CMakeLists.txt drivers: watchdog: Add Raspberry Pi Pico watchdog driver 2022-07-06 10:52:29 +02:00
Kconfig drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.cc32xx drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.cmsdk_apb drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.esp32 drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.gecko drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.it8xxx2 drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.mcux drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.mcux_imx drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.npcx drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.nrfx drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.rpi_pico drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.sam drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.sam0 drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.sifive drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.stm32 drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
Kconfig.xec drivers: watchdog: Update drivers to use devicetree Kconfig symbol 2022-07-22 14:06:00 +00:00
wdt_cc32xx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_cmsdk_apb.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_counter.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_esp32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_gecko.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_ite_it8xxx2.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_iwdg_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_imx_wdog.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_wdog.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_wdog32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_wwdt.c boards: arm: Add wdog support on mimxrt595_evk 2022-06-13 12:10:57 +02:00
wdt_npcx.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
wdt_nrfx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_rpi_pico.c drivers: watchdog: Add Raspberry Pi Pico watchdog driver 2022-07-06 10:52:29 +02:00
wdt_sam.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_sam0.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_sifive.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_wwdg_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_wwdg_stm32.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00