diff options
| -rw-r--r-- | drivers/clocksource/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 8e8a09755d10..dec0dd88ec15 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
| @@ -450,8 +450,10 @@ config MTK_TIMER | |||
| 450 | Support for Mediatek timer driver. | 450 | Support for Mediatek timer driver. |
| 451 | 451 | ||
| 452 | config SPRD_TIMER | 452 | config SPRD_TIMER |
| 453 | bool "Spreadtrum timer driver" if COMPILE_TEST | 453 | bool "Spreadtrum timer driver" if EXPERT |
| 454 | depends on HAS_IOMEM | 454 | depends on HAS_IOMEM |
| 455 | depends on (ARCH_SPRD || COMPILE_TEST) | ||
| 456 | default ARCH_SPRD | ||
| 455 | select TIMER_OF | 457 | select TIMER_OF |
| 456 | help | 458 | help |
| 457 | Enables support for the Spreadtrum timer driver. | 459 | Enables support for the Spreadtrum timer driver. |
