diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 178305350993..7888551ed939 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -788,6 +788,16 @@ config LARGE_ALLOCS | |||
788 | a lot of RAM, and you need to able to allocate very large | 788 | a lot of RAM, and you need to able to allocate very large |
789 | contiguous chunks. If unsure, say N. | 789 | contiguous chunks. If unsure, say N. |
790 | 790 | ||
791 | config BFIN_GPTIMERS | ||
792 | tristate "Enable Blackfin General Purpose Timers API" | ||
793 | default n | ||
794 | help | ||
795 | Enable support for the General Purpose Timers API. If you | ||
796 | are unsure, say N. | ||
797 | |||
798 | To compile this driver as a module, choose M here: the module | ||
799 | will be called gptimers.ko. | ||
800 | |||
791 | config BFIN_DMA_5XX | 801 | config BFIN_DMA_5XX |
792 | bool "Enable DMA Support" | 802 | bool "Enable DMA Support" |
793 | depends on (BF52x || BF53x || BF561 || BF54x) | 803 | depends on (BF52x || BF53x || BF561 || BF54x) |