zephyr/drivers/watchdog
Jamie McCrae 9a50c70113 drivers: watchdog: it8xxx2: Prevent Kconfig option being wrongly shown
The it8xxx2 watchdog Kconfig options are always shown, for every type
of device, they should only be shown when an it8xxx2 device is being
targeted.

Signed-off-by: Jamie McCrae <spam@helper3000.net>
2022-04-28 14:18:16 +02:00
..
CMakeLists.txt drivers: watchdog: Add software watchdog based on counter 2021-11-02 13:22:58 +01:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.cc32xx drivers: watchdog: cc32xx: Add support 2021-02-24 08:35:27 -06:00
Kconfig.cmsdk_apb Revert "drivers: watchdog: Remove useless Kconfig entry" 2020-09-09 17:19:43 +02:00
Kconfig.esp32 drivers: watchdog: esp32: enabled esp32c3 2021-11-08 10:56:28 -05:00
Kconfig.gecko drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
Kconfig.it8xxx2 drivers: watchdog: it8xxx2: Prevent Kconfig option being wrongly shown 2022-04-28 14:18:16 +02:00
Kconfig.mcux drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
Kconfig.mcux_imx watchdog: Add watchdog driver 2020-10-23 12:52:13 +02:00
Kconfig.npcx drivers: wdt: add watchdog driver support for NPCX7 series. 2021-01-15 11:27:10 -05:00
Kconfig.nrfx soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options 2022-04-02 15:14:38 +02:00
Kconfig.sam watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.sam0 watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.sifive drivers: watchdog: implement SiFive FE310 watchdog driver 2021-01-14 21:31:05 -06:00
Kconfig.stm32 drivers/watchdog: stm32: Select watchdog using compatible 2021-02-02 08:15:51 -05:00
Kconfig.xec watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
wdt_cc32xx.c drivers: watchdog: remove usage of device_pm_control_nop 2021-04-28 12:25:39 -04:00
wdt_cmsdk_apb.c power: move reboot functionality to os lib 2021-04-28 20:34:00 -04:00
wdt_counter.c drivers: watchdog: drop get_dev_data/get_dev_config usage 2022-01-19 18:16:02 +01:00
wdt_esp32.c drivers: wdt: esp32: code refactor to use hal calls 2022-02-21 19:40:17 -05:00
wdt_gecko.c drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
wdt_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wdt_ite_it8xxx2.c ITE drivers/watchdog: clean up the #ifdef 2022-04-15 10:35:35 -07:00
wdt_iwdg_stm32.c drivers: watchdog: iwdg_stm32: fix wdg install timeout 2022-04-08 09:59:34 -04:00
wdt_iwdg_stm32.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
wdt_mchp_xec.c Microchip: MEC172x: watchdog driver 2022-02-21 20:42:18 -05:00
wdt_mcux_imx_wdog.c drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
wdt_mcux_wdog.c drivers: watchdog: remove usage of device_pm_control_nop 2021-04-28 12:25:39 -04:00
wdt_mcux_wdog32.c drivers: watchdog: remove usage of device_pm_control_nop 2021-04-28 12:25:39 -04:00
wdt_mcux_wwdt.c watchdog: add watchdog driver support to mimxrt685 platform 2021-08-02 13:21:20 -05:00
wdt_npcx.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
wdt_nrfx.c drivers: watchdog: drop get_dev_data/get_dev_config usage 2022-01-19 18:16:02 +01:00
wdt_sam.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
wdt_sam0.c drivers: watchdog: remove usage of device_pm_control_nop 2021-04-28 12:25:39 -04:00
wdt_sifive.c drivers: watchdog: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
wdt_wwdg_stm32.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
wdt_wwdg_stm32.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00