summaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-22 14:28:53 (GMT)
committerThomas Chou <thomas@wytron.com.tw>2015-10-22 23:37:03 (GMT)
commita54915d8a13ce800645655728a2f203aeda98740 (patch)
treeb78265a3c855d30a49a75c9271ae63cd5bd6e1c8 /drivers/timer/Kconfig
parent8f41b8785be20da320a544206f8c6e4f352bc9f4 (diff)
downloadu-boot-a54915d8a13ce800645655728a2f203aeda98740.tar.xz
nios2: convert altera timer to driver model
Convert altera timer to driver model. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Chin Liang See <clsee@altera.com>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 8e8d600..97c4128 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -9,4 +9,11 @@ config TIMER
will be used. The timer is usually a 32 bits free-running up
counter. There may be no real tick, and no timer interrupt.
+config ALTERA_TIMER
+ bool "Altera Timer support"
+ depends on TIMER
+ help
+ Select this to enable an timer for Altera devices. Please find
+ details on the "Embedded Peripherals IP User Guide" of Altera.
+
endmenu