summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
blob: 540150373d42ce8986ef7f1e5dd92c7b9e0a996d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# RTC class/drivers configuration
#

config RTC_LIB
	bool

menuconfig RTC_CLASS
	bool "Real Time Clock"
	default n
	select RTC_LIB
	help
	  Generic RTC class support. If you say yes here, you will
	  be allowed to plug one or more RTCs to your system. You will
	  probably want to enable one or more of the interfaces below.