aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2017-11-23 12:48:46 +0800
committerRick Chen <rickchen36@gmail.com>2017-11-30 09:39:31 +0800
commit0f4a395f782a2801842492d5b365ed095a1e69ef (patch)
tree2400438877503d6f6621cbe694f5405a43f2b53f /drivers
parent410d129e8c68b994dee69c89dd8e52931458ff85 (diff)
downloadu-boot-0f4a395f782a2801842492d5b365ed095a1e69ef.zip
u-boot-0f4a395f782a2801842492d5b365ed095a1e69ef.tar.gz
u-boot-0f4a395f782a2801842492d5b365ed095a1e69ef.tar.bz2
atcpit100: timer: Remove arch dependency.
ATCPIT100 is often used in AE3XX platform which is based on NDS32 architecture recently. But in the future Andestech will have AE250 platform which is embeded ATCPIT100 timer based on RISCV architecture. Signed-off-by: Rick Chen <rick@andestech.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/timer/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index fcfdf4e..3a1f831 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -107,7 +107,7 @@ config AG101P_TIMER
config ATCPIT100_TIMER
bool "ATCPIT100 timer support"
- depends on TIMER && NDS32
+ depends on TIMER
help
Select this to enable a ATCPIT100 timer which will be embeded
in AE3XX, AE250 boards.