summaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorrick <rick@andestech.com>2017-05-17 02:59:20 (GMT)
committerAndes <uboot@andestech.com>2017-05-22 06:05:40 (GMT)
commitf5076f869855045e527de7f1367c65f55a2b1448 (patch)
treef436ab387b72ae4a2215400de844c97a7f8049e7 /drivers/timer/Kconfig
parent86132af799d51e8e94d87dc56a071f325f369e0c (diff)
downloadu-boot-f5076f869855045e527de7f1367c65f55a2b1448.tar.xz
nds32: Support AG101P timer DM.
Support AG101P timer device tree flow. Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index e038523..356fa29 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -74,4 +74,10 @@ config ARC_TIMER
usually at least one of them exists. Either of them is supported
in U-Boot.
+config AG101P_TIMER
+ bool "Ag101p timer support"
+ depends on TIMER
+ help
+ Select this to enable a timer for Ag101p devices.
+
endmenu