diff options
author | rick <rick@andestech.com> | 2017-05-17 10:59:20 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2017-05-22 14:05:40 +0800 |
commit | f5076f869855045e527de7f1367c65f55a2b1448 (patch) | |
tree | f436ab387b72ae4a2215400de844c97a7f8049e7 /drivers/timer/Kconfig | |
parent | 86132af799d51e8e94d87dc56a071f325f369e0c (diff) |
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index e03852396b..356fa29220 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 |