diff options
| author | Mugunthan V N <[email protected]> | 2015-12-24 16:08:07 +0530 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-01-20 19:06:21 -0700 |
| commit | dadf31375acd4edaf3c7596dc129152244939e50 (patch) | |
| tree | 2bdc89fbd3150e790e7cd63125747c64e329e347 /drivers/timer/Kconfig | |
| parent | a5d801130cc9f4fc1cf2b710ac7560759b2e1c95 (diff) | |
drivers: timer: omap_timer: add timer driver for omap devices based on dm
Adding a timer driver for omap devices based on driver model
and device tree.
Signed-off-by: Mugunthan V N <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
| -rw-r--r-- | drivers/timer/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 2b10d2bc6c4..ff65a731def 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -30,4 +30,10 @@ config X86_TSC_TIMER help Select this to enable Time-Stamp Counter (TSC) timer for x86. +config OMAP_TIMER + bool "Omap timer support" + depends on TIMER + help + Select this to enable an timer for Omap devices. + endmenu |
