zephyr/drivers/rtc/Kconfig.ifx_cat1
McAtee Maxwell (CSS ICW SW MTO INT 2) 30f2e5120a Drivers: RTC: Initial implementation of RTC for IFX cyw20829
- Initial driver implementation
	- Overlay for rtc_api test
	- dtsi updates.

Signed-off-by: McAtee Maxwell (CSS ICW SW MTO INT 2) <maxwell.mcatee@infineon.com>
2024-10-09 13:46:56 +02:00

15 lines
425 B
Plaintext

# Infineon CAT1 RTC configuration options
# Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or
# an affiliate of Cypress Semiconductor Corporation
#
# SPDX-License-Identifier: Apache-2.0
config RTC_INFINEON_CAT1
bool "Infineon CAT1 RTC driver"
default y
depends on DT_HAS_INFINEON_CAT1_RTC_ENABLED
select USE_INFINEON_RTC
help
This option enables the RTC driver for Infineon CAT1 family.