aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorrick <rick@andestech.com>2017-05-18 14:37:53 +0800
committerAndes <uboot@andestech.com>2017-05-22 14:05:46 +0800
commitb841b6e94662b3b21a56d6ecaab64dcdfb0d311c (patch)
tree92847f53ffaeb104754e2940b32b981314627750 /drivers/timer/Kconfig
parentf5076f869855045e527de7f1367c65f55a2b1448 (diff)
downloadu-boot-b841b6e94662b3b21a56d6ecaab64dcdfb0d311c.zip
u-boot-b841b6e94662b3b21a56d6ecaab64dcdfb0d311c.tar.gz
u-boot-b841b6e94662b3b21a56d6ecaab64dcdfb0d311c.tar.bz2
nds32: Support AE3XX platform.
Support Andestech AE3xx platform: serial, timer device tree flow. Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig12
1 files changed, 9 insertions, 3 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 356fa29..17e7dfe 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -75,9 +75,15 @@ config ARC_TIMER
in U-Boot.
config AG101P_TIMER
- bool "Ag101p timer support"
- depends on TIMER
+ bool "AG101P timer support"
+ depends on TIMER && NDS32
+ help
+ Select this to enable a timer for AG01P devices.
+
+config AE3XX_TIMER
+ bool "AE3XX timer support"
+ depends on TIMER && NDS32
help
- Select this to enable a timer for Ag101p devices.
+ Select this to enable a timer for AE3XX devices.
endmenu