aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/Kconfig
blob: d0d8dda0840c240af86314a987522c38ad9bb688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
config DS1338
    bool
    depends on I2C
    default y if I2C_DEVICES

config M41T80
    bool
    depends on I2C
    default y if I2C_DEVICES

config M48T59
    bool

config PL031
    bool

config TWL92230
    bool
    depends on I2C

config MC146818RTC
    depends on ISA_BUS
    bool

config SUN4V_RTC
    bool

config GOLDFISH_RTC
    bool

config LS7A_RTC
    bool