| .. | .. |
|---|
| 405 | 405 | This options enables support for the ARMv7M system timer unit |
|---|
| 406 | 406 | |
|---|
| 407 | 407 | config ATMEL_PIT |
|---|
| 408 | + bool "Microchip ARM Periodic Interval Timer (PIT)" if COMPILE_TEST |
|---|
| 408 | 409 | select TIMER_OF if OF |
|---|
| 409 | | - def_bool SOC_AT91SAM9 || SOC_SAMA5 |
|---|
| 410 | + help |
|---|
| 411 | + This enables build of clocksource and clockevent driver for |
|---|
| 412 | + the integrated PIT in Microchip ARM SoCs. |
|---|
| 410 | 413 | |
|---|
| 411 | 414 | config ATMEL_ST |
|---|
| 412 | 415 | bool "Atmel ST timer support" if COMPILE_TEST |
|---|
| .. | .. |
|---|
| 416 | 419 | help |
|---|
| 417 | 420 | Support for the Atmel ST timer. |
|---|
| 418 | 421 | |
|---|
| 422 | +config ATMEL_ARM_TCB_CLKSRC |
|---|
| 423 | + bool "Microchip ARM TC Block" if COMPILE_TEST |
|---|
| 424 | + select REGMAP_MMIO |
|---|
| 425 | + depends on GENERIC_CLOCKEVENTS |
|---|
| 426 | + help |
|---|
| 427 | + This enables build of clocksource and clockevent driver for |
|---|
| 428 | + the integrated Timer Counter Blocks in Microchip ARM SoCs. |
|---|
| 429 | + |
|---|
| 419 | 430 | config CLKSRC_EXYNOS_MCT |
|---|
| 420 | 431 | bool "Exynos multi core timer driver" if COMPILE_TEST |
|---|
| 421 | 432 | depends on ARM || ARM64 |
|---|