rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | config PISTACHIO_GPTIMER_CLKSRC |
| 3 | bool "Enable General Purpose Timer based clocksource" |
| 4 | depends on MACH_PISTACHIO |
| 5 | select CLKSRC_PISTACHIO |
| 6 | select MIPS_EXTERNAL_TIMER |
| 7 | help |
| 8 | This option enables a clocksource driver based on a Pistachio |
| 9 | SoC General Purpose external timer. |
| 10 | |
| 11 | If you want to enable the CPUFreq, you need to enable |
| 12 | this option. |
| 13 | |
| 14 | If you don't want to enable CPUFreq, you can leave this disabled. |