diff options
Diffstat (limited to 'drivers/clocksource/Kconfig')
| -rw-r--r-- | drivers/clocksource/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 6ff327abc555..47352d25c15e 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
| @@ -181,6 +181,16 @@ config CLKSRC_TI_32K | |||
| 181 | This option enables support for Texas Instruments 32.768 Hz clocksource | 181 | This option enables support for Texas Instruments 32.768 Hz clocksource |
| 182 | available on many OMAP-like platforms. | 182 | available on many OMAP-like platforms. |
| 183 | 183 | ||
| 184 | config CLKSRC_NPS | ||
| 185 | bool "NPS400 clocksource driver" if COMPILE_TEST | ||
| 186 | depends on !PHYS_ADDR_T_64BIT | ||
| 187 | select CLKSRC_MMIO | ||
| 188 | select CLKSRC_OF if OF | ||
| 189 | help | ||
| 190 | NPS400 clocksource support. | ||
| 191 | Got 64 bit counter with update rate up to 1000MHz. | ||
| 192 | This counter is accessed via couple of 32 bit memory mapped registers. | ||
| 193 | |||
| 184 | config CLKSRC_STM32 | 194 | config CLKSRC_STM32 |
| 185 | bool "Clocksource for STM32 SoCs" if !ARCH_STM32 | 195 | bool "Clocksource for STM32 SoCs" if !ARCH_STM32 |
| 186 | depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST) | 196 | depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST) |
