Commit 0f4a395f782a2801842492d5b365ed095a1e69ef

Authored by Rick Chen
Committed by Rick Chen
1 parent 410d129e8c

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/timer/Kconfig
... ... @@ -107,7 +107,7 @@
107 107  
108 108 config ATCPIT100_TIMER
109 109 bool "ATCPIT100 timer support"
110   - depends on TIMER && NDS32
  110 + depends on TIMER
111 111 help
112 112 Select this to enable a ATCPIT100 timer which will be embeded
113 113 in AE3XX, AE250 boards.