Xiaohu.Huang | 6095045 | 2022-03-12 22:51:01 +0800 | [diff] [blame] | 1 | # Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved. |
2 | |||||
3 | # SPDX-License-Identifier: MIT | ||||
4 | |||||
5 | config RTC | ||||
6 | bool "RTC Driver" | ||||
yiting.deng | 21d1aa4 | 2023-02-08 17:46:11 +0800 | [diff] [blame] | 7 | |
8 | config RTC_STORAGE_FORMAT_GRAY | ||||
9 | bool "RTC Storage Time Format" | ||||
10 | help | ||||
11 | "judge whether the rtc stores time with gray code" |