1# NUMAKER RTC Driver configuration options 2 3# Copyright (c) 2024 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config RTC_NUMAKER 7 bool "Nuvoton NuMaker MCU RTC driver" 8 default y 9 select HAS_NUMAKER_RTC 10 depends on DT_HAS_NUVOTON_NUMAKER_RTC_ENABLED 11 help 12 This option enables the RTC driver for Nuvoton NuMaker family of 13 processors. 14 Say y if you wish to enable NuMaker RTC. 15