Kconfig (6f6f3e313f39f91ed5ffd59bfaf29748ced9d24c) Kconfig (42cee19a9f839f2d60f1cd237d6905d8649127aa)
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

--- 136 unchanged lines hidden (view full) ---

145config TEGRA_TIMER
146 bool "Tegra timer driver" if COMPILE_TEST
147 select CLKSRC_MMIO
148 select TIMER_OF
149 depends on ARCH_TEGRA || COMPILE_TEST
150 help
151 Enables support for the Tegra driver.
152
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

--- 136 unchanged lines hidden (view full) ---

145config TEGRA_TIMER
146 bool "Tegra timer driver" if COMPILE_TEST
147 select CLKSRC_MMIO
148 select TIMER_OF
149 depends on ARCH_TEGRA || COMPILE_TEST
150 help
151 Enables support for the Tegra driver.
152
153config TEGRA186_TIMER
154 tristate "NVIDIA Tegra186 timer driver"
155 depends on ARCH_TEGRA || COMPILE_TEST
156 depends on WATCHDOG && WATCHDOG_CORE
157 help
158 Enables support for the timers and watchdogs found on NVIDIA
159 Tegra186 and later SoCs.
160
153config VT8500_TIMER
154 bool "VT8500 timer driver" if COMPILE_TEST
155 depends on HAS_IOMEM
156 help
157 Enables support for the VT8500 driver.
158
159config NPCM7XX_TIMER
160 bool "NPCM7xx timer driver" if COMPILE_TEST

--- 554 unchanged lines hidden ---
161config VT8500_TIMER
162 bool "VT8500 timer driver" if COMPILE_TEST
163 depends on HAS_IOMEM
164 help
165 Enables support for the VT8500 driver.
166
167config NPCM7XX_TIMER
168 bool "NPCM7xx timer driver" if COMPILE_TEST

--- 554 unchanged lines hidden ---