Skip to content
Snippets Groups Projects
Commit 0f4a395f authored by Rick Chen's avatar Rick Chen Committed by Rick Chen
Browse files

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: default avatarRick Chen <rick@andestech.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 410d129e
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ config AG101P_TIMER ...@@ -107,7 +107,7 @@ config AG101P_TIMER
config ATCPIT100_TIMER config ATCPIT100_TIMER
bool "ATCPIT100 timer support" bool "ATCPIT100 timer support"
depends on TIMER && NDS32 depends on TIMER
help help
Select this to enable a ATCPIT100 timer which will be embeded Select this to enable a ATCPIT100 timer which will be embeded
in AE3XX, AE250 boards. in AE3XX, AE250 boards.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment