Kconfig (5e0a39d0f727b35c8b7ef56ba0724c8ceb006297) | Kconfig (f5bf0ee4ebf779e256bb710f638b4452d94e97fb) |
---|---|
1menu "Clock Source drivers" 2 depends on !ARCH_USES_GETTIMEOFFSET 3 4config CLKSRC_OF 5 bool 6 select CLKSRC_PROBE 7 8config CLKEVT_OF --- 53 unchanged lines hidden (view full) --- 62 help 63 Enables the support for the dw_apb timer. 64 65config DW_APB_TIMER_OF 66 bool 67 select DW_APB_TIMER 68 select CLKSRC_OF 69 | 1menu "Clock Source drivers" 2 depends on !ARCH_USES_GETTIMEOFFSET 3 4config CLKSRC_OF 5 bool 6 select CLKSRC_PROBE 7 8config CLKEVT_OF --- 53 unchanged lines hidden (view full) --- 62 help 63 Enables the support for the dw_apb timer. 64 65config DW_APB_TIMER_OF 66 bool 67 select DW_APB_TIMER 68 select CLKSRC_OF 69 |
70config GEMINI_TIMER 71 bool "Cortina Gemini timer driver" if COMPILE_TEST | 70config FTTMR010_TIMER 71 bool "Faraday Technology timer driver" if COMPILE_TEST |
72 depends on GENERIC_CLOCKEVENTS 73 depends on HAS_IOMEM 74 select CLKSRC_MMIO 75 select CLKSRC_OF 76 select MFD_SYSCON 77 help | 72 depends on GENERIC_CLOCKEVENTS 73 depends on HAS_IOMEM 74 select CLKSRC_MMIO 75 select CLKSRC_OF 76 select MFD_SYSCON 77 help |
78 Enables support for the Gemini timer | 78 Enables support for the Faraday Technology timer block 79 FTTMR010. |
79 80config ROCKCHIP_TIMER 81 bool "Rockchip timer driver" if COMPILE_TEST 82 depends on ARM || ARM64 83 select CLKSRC_OF 84 select CLKSRC_MMIO 85 help 86 Enables the support for the rockchip timer driver. --- 517 unchanged lines hidden --- | 80 81config ROCKCHIP_TIMER 82 bool "Rockchip timer driver" if COMPILE_TEST 83 depends on ARM || ARM64 84 select CLKSRC_OF 85 select CLKSRC_MMIO 86 help 87 Enables the support for the rockchip timer driver. --- 517 unchanged lines hidden --- |