diff options
| author | Rick Chen <[email protected]> | 2017-11-28 09:23:23 +0800 |
|---|---|---|
| committer | Rick Chen <[email protected]> | 2017-11-30 09:38:54 +0800 |
| commit | fa3e354b2bcc9b07c89d0be190dd0e75cf54d6c6 (patch) | |
| tree | 4ed1ce1eadb87b1a083e2a53853fe400f26d4790 /drivers/timer/Kconfig | |
| parent | 0e920ef052e2a5d33b1fd37b0b0ef7b74831e851 (diff) | |
ae3xx: timer: Rename AE3XX to ATCPIT100
ATCPIT100 is Andestech timer IP which is embeded
in AE3XX and AE250 boards. So rename AE3XX to
ATCPIT100 will be more make sence.
Signed-off-by: rick <[email protected]>
Signed-off-by: Rick Chen <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
| -rw-r--r-- | drivers/timer/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 6305bbf01cd..fcfdf4e8391 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -105,11 +105,12 @@ config AG101P_TIMER help Select this to enable a timer for AG01P devices. -config AE3XX_TIMER - bool "AE3XX timer support" +config ATCPIT100_TIMER + bool "ATCPIT100 timer support" depends on TIMER && NDS32 help - Select this to enable a timer for AE3XX devices. + Select this to enable a ATCPIT100 timer which will be embeded + in AE3XX, AE250 boards. config ROCKCHIP_TIMER bool "Rockchip timer support" |
