From b841b6e94662b3b21a56d6ecaab64dcdfb0d311c Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 18 May 2017 14:37:53 +0800 Subject: nds32: Support AE3XX platform. Support Andestech AE3xx platform: serial, timer device tree flow. Signed-off-by: rick --- drivers/timer/Kconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'drivers/timer/Kconfig') 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 -- cgit v1.1