]> git.sur5r.net Git - u-boot/commitdiff
atcpit100: timer: Remove arch dependency.
authorRick Chen <rick@andestech.com>
Thu, 23 Nov 2017 04:48:46 +0000 (12:48 +0800)
committerRick Chen <rickchen36@gmail.com>
Thu, 30 Nov 2017 01:39:31 +0000 (09:39 +0800)
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>
drivers/timer/Kconfig

index fcfdf4e83910061e798dd846c4cebe3a3bfdd262..3a1f8311c12e030867f8ae3ead0275d9cd005902 100644 (file)
@@ -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.