Kconfig (41929c9f628b9990d33a200c54bb0c919e089aa8) | Kconfig (5184f4bf151bb4f4ab2f0f10a66b96acdf35da1a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menu "Clock Source drivers" 3 depends on GENERIC_CLOCKEVENTS 4 5config TIMER_OF 6 bool 7 select TIMER_PROBE 8 --- 66 unchanged lines hidden (view full) --- 75 help 76 Enables support for the Faraday Technology timer block 77 FTTMR010. 78 79config IXP4XX_TIMER 80 bool "Intel XScale IXP4xx timer driver" if COMPILE_TEST 81 depends on HAS_IOMEM 82 select CLKSRC_MMIO | 1# SPDX-License-Identifier: GPL-2.0-only 2menu "Clock Source drivers" 3 depends on GENERIC_CLOCKEVENTS 4 5config TIMER_OF 6 bool 7 select TIMER_PROBE 8 --- 66 unchanged lines hidden (view full) --- 75 help 76 Enables support for the Faraday Technology timer block 77 FTTMR010. 78 79config IXP4XX_TIMER 80 bool "Intel XScale IXP4xx timer driver" if COMPILE_TEST 81 depends on HAS_IOMEM 82 select CLKSRC_MMIO |
83 select TIMER_OF | 83 select TIMER_OF if OF |
84 help 85 Enables support for the Intel XScale IXP4xx SoC timer. 86 87config ROCKCHIP_TIMER 88 bool "Rockchip timer driver" if COMPILE_TEST 89 depends on ARM || ARM64 90 select TIMER_OF 91 select CLKSRC_MMIO --- 520 unchanged lines hidden (view full) --- 612 bool "Low power clocksource found in the LPC" if COMPILE_TEST 613 select TIMER_OF if OF 614 depends on HAS_IOMEM 615 select CLKSRC_MMIO 616 help 617 Enable this option to use the Low Power controller timer 618 as clocksource. 619 | 84 help 85 Enables support for the Intel XScale IXP4xx SoC timer. 86 87config ROCKCHIP_TIMER 88 bool "Rockchip timer driver" if COMPILE_TEST 89 depends on ARM || ARM64 90 select TIMER_OF 91 select CLKSRC_MMIO --- 520 unchanged lines hidden (view full) --- 612 bool "Low power clocksource found in the LPC" if COMPILE_TEST 613 select TIMER_OF if OF 614 depends on HAS_IOMEM 615 select CLKSRC_MMIO 616 help 617 Enable this option to use the Low Power controller timer 618 as clocksource. 619 |
620config GXP_TIMER 621 bool "GXP timer driver" if COMPILE_TEST && !ARCH_HPE 622 default ARCH_HPE 623 select TIMER_OF if OF 624 help 625 Provides a driver for the timer control found on HPE 626 GXP SOCs. This is required for all GXP SOCs. 627 |
|
620config RISCV_TIMER 621 bool "Timer for the RISC-V platform" if COMPILE_TEST 622 depends on GENERIC_SCHED_CLOCK && RISCV && RISCV_SBI 623 select TIMER_PROBE 624 select TIMER_OF 625 help 626 This enables the per-hart timer built into all RISC-V systems, which 627 is accessed via both the SBI and the rdcycle instruction. This is --- 87 unchanged lines hidden --- | 628config RISCV_TIMER 629 bool "Timer for the RISC-V platform" if COMPILE_TEST 630 depends on GENERIC_SCHED_CLOCK && RISCV && RISCV_SBI 631 select TIMER_PROBE 632 select TIMER_OF 633 help 634 This enables the per-hart timer built into all RISC-V systems, which 635 is accessed via both the SBI and the rdcycle instruction. This is --- 87 unchanged lines hidden --- |