Kconfig (e22e2d941c948c682b0a3fb293c277993b81dc46) | Kconfig (a687a5337063af99ebd0eebaa6f4b4cf2e07c21b) |
---|---|
1# 2# RTC class/drivers configuration 3# 4 5config RTC_LIB 6 bool 7 8config RTC_MC146818_LIB --- 393 unchanged lines hidden (view full) --- 402 tristate "Intersil ISL12022" 403 help 404 If you say yes here you get support for the 405 Intersil ISL12022 RTC chip. 406 407 This driver can also be built as a module. If so, the module 408 will be called rtc-isl12022. 409 | 1# 2# RTC class/drivers configuration 3# 4 5config RTC_LIB 6 bool 7 8config RTC_MC146818_LIB --- 393 unchanged lines hidden (view full) --- 402 tristate "Intersil ISL12022" 403 help 404 If you say yes here you get support for the 405 Intersil ISL12022 RTC chip. 406 407 This driver can also be built as a module. If so, the module 408 will be called rtc-isl12022. 409 |
410config RTC_DRV_ISL12026 411 tristate "Intersil ISL12026" 412 depends on OF || COMPILE_TEST 413 help 414 If you say yes here you get support for the 415 Intersil ISL12026 RTC chip. 416 417 This driver can also be built as a module. If so, the module 418 will be called rtc-isl12026. 419 | |
420config RTC_DRV_X1205 421 tristate "Xicor/Intersil X1205" 422 help 423 If you say yes here you get support for the 424 Xicor/Intersil X1205 RTC chip. 425 426 This driver can also be built as a module. If so, the module 427 will be called rtc-x1205. --- 445 unchanged lines hidden (view full) --- 873comment "Platform RTC drivers" 874 875# this 'CMOS' RTC driver is arch dependent because it requires 876# <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a 877# global rtc_lock ... it's not yet just another platform_device. 878 879config RTC_DRV_CMOS 880 tristate "PC-style 'CMOS'" | 410config RTC_DRV_X1205 411 tristate "Xicor/Intersil X1205" 412 help 413 If you say yes here you get support for the 414 Xicor/Intersil X1205 RTC chip. 415 416 This driver can also be built as a module. If so, the module 417 will be called rtc-x1205. --- 445 unchanged lines hidden (view full) --- 863comment "Platform RTC drivers" 864 865# this 'CMOS' RTC driver is arch dependent because it requires 866# <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a 867# global rtc_lock ... it's not yet just another platform_device. 868 869config RTC_DRV_CMOS 870 tristate "PC-style 'CMOS'" |
881 depends on X86 || ARM || M32R || PPC || MIPS || SPARC64 || MN10300 | 871 depends on X86 || ARM || PPC || MIPS || SPARC64 |
882 default y if X86 883 select RTC_MC146818_LIB 884 help 885 Say "yes" here to get direct support for the real time clock 886 found in every PC or ACPI-based system, and some other boards. 887 Specifically the original MC146818, compatibles like those in 888 PC south bridges, the DS12887 or M48T86, some multifunction 889 or LPC bus chips, and so on. --- 528 unchanged lines hidden (view full) --- 1418 help 1419 Driver for the internal RTC (Realtime Clock) module found on 1420 Atmel AT91RM9200's and some AT91SAM9 chips. On AT91SAM9 chips 1421 this is powered by the backup power supply. 1422 1423config RTC_DRV_AT91SAM9 1424 tristate "AT91SAM9 RTT as RTC" 1425 depends on ARCH_AT91 || COMPILE_TEST | 872 default y if X86 873 select RTC_MC146818_LIB 874 help 875 Say "yes" here to get direct support for the real time clock 876 found in every PC or ACPI-based system, and some other boards. 877 Specifically the original MC146818, compatibles like those in 878 PC south bridges, the DS12887 or M48T86, some multifunction 879 or LPC bus chips, and so on. --- 528 unchanged lines hidden (view full) --- 1408 help 1409 Driver for the internal RTC (Realtime Clock) module found on 1410 Atmel AT91RM9200's and some AT91SAM9 chips. On AT91SAM9 chips 1411 this is powered by the backup power supply. 1412 1413config RTC_DRV_AT91SAM9 1414 tristate "AT91SAM9 RTT as RTC" 1415 depends on ARCH_AT91 || COMPILE_TEST |
1426 depends on HAS_IOMEM | |
1427 select MFD_SYSCON 1428 help 1429 Some AT91SAM9 SoCs provide an RTT (Real Time Timer) block which 1430 can be used as an RTC thanks to the backup power supply (e.g. a 1431 small coin cell battery) which keeps this block and the GPBR 1432 (General Purpose Backup Registers) block powered when the device 1433 is shutdown. 1434 Some AT91SAM9 SoCs provide a real RTC block, on those ones you'd --- 83 unchanged lines hidden (view full) --- 1518 bool "Starfire RTC" 1519 depends on SPARC64 1520 help 1521 If you say Y here you will get support for the RTC found on 1522 Starfire systems. 1523 1524config RTC_DRV_TX4939 1525 tristate "TX4939 SoC" | 1416 select MFD_SYSCON 1417 help 1418 Some AT91SAM9 SoCs provide an RTT (Real Time Timer) block which 1419 can be used as an RTC thanks to the backup power supply (e.g. a 1420 small coin cell battery) which keeps this block and the GPBR 1421 (General Purpose Backup Registers) block powered when the device 1422 is shutdown. 1423 Some AT91SAM9 SoCs provide a real RTC block, on those ones you'd --- 83 unchanged lines hidden (view full) --- 1507 bool "Starfire RTC" 1508 depends on SPARC64 1509 help 1510 If you say Y here you will get support for the RTC found on 1511 Starfire systems. 1512 1513config RTC_DRV_TX4939 1514 tristate "TX4939 SoC" |
1526 depends on SOC_TX4939 || COMPILE_TEST | 1515 depends on SOC_TX4939 |
1527 help 1528 Driver for the internal RTC (Realtime Clock) module found on 1529 Toshiba TX4939 SoC. 1530 1531config RTC_DRV_MV 1532 tristate "Marvell SoC RTC" 1533 depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST 1534 help --- 324 unchanged lines hidden --- | 1516 help 1517 Driver for the internal RTC (Realtime Clock) module found on 1518 Toshiba TX4939 SoC. 1519 1520config RTC_DRV_MV 1521 tristate "Marvell SoC RTC" 1522 depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST 1523 help --- 324 unchanged lines hidden --- |