| 1 | config DS1338 |
| 2 | bool |
| 3 | depends on I2C |
| 4 | default y if I2C_DEVICES |
| 5 | |
| 6 | config M41T80 |
| 7 | bool |
| 8 | depends on I2C |
| 9 | default y if I2C_DEVICES |
| 10 | |
| 11 | config M48T59 |
| 12 | bool |
| 13 | |
| 14 | config PL031 |
| 15 | bool |
| 16 | |
| 17 | config MC146818RTC |
| 18 | depends on ISA_BUS |
| 19 | bool |
| 20 | |
| 21 | config SUN4V_RTC |
| 22 | bool |
| 23 | |
| 24 | config GOLDFISH_RTC |
| 25 | bool |
| 26 | |
| 27 | config LS7A_RTC |
| 28 | bool |
| 29 | |
| 30 | config RS5C372_RTC |
| 31 | bool |
| 32 | depends on I2C |
| 33 | default y if I2C_DEVICES |