diff options
author | rick | 2017-05-17 10:59:20 +0800 |
---|---|---|
committer | Andes | 2017-05-22 14:05:40 +0800 |
commit | f5076f869855045e527de7f1367c65f55a2b1448 (patch) | |
tree | f436ab387b72ae4a2215400de844c97a7f8049e7 /configs | |
parent | 86132af799d51e8e94d87dc56a071f325f369e0c (diff) |
nds32: Support AG101P timer DM.
Support AG101P timer device tree flow.
Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/adp-ag101p_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/adp-ag101p_defconfig b/configs/adp-ag101p_defconfig index 2a7302faeba..685a961f1ba 100644 --- a/configs/adp-ag101p_defconfig +++ b/configs/adp-ag101p_defconfig @@ -18,3 +18,5 @@ CONFIG_OF_CONTROL=y CONFIG_DM=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y +CONFIG_TIMER=y +CONFIG_AG101P_TIMER=y |