zephyr/drivers/watchdog/Kconfig.ifx_cat1
Sreeram Tatapudi d9e4f8fa1d drivers: watchdog: Driver for Infineon watchdog
Initial version of the driver for Infineon CAT1 devices

Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
2023-05-24 19:42:50 -04:00

15 lines
429 B
Plaintext

# Infineon CAT1 Watchdog configuration options
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
# an affiliate of Cypress Semiconductor Corporation
#
# SPDX-License-Identifier: Apache-2.0
config WDT_INFINEON_CAT1
bool "Infineon CAT1 Watchdog Driver"
default y
depends on DT_HAS_INFINEON_CAT1_WATCHDOG_ENABLED
select USE_INFINEON_WDT
help
Enable Watchdog driver for Infineon CAT1 devices.