diff options
| author | Sean Anderson <[email protected]> | 2020-10-25 21:46:57 -0400 |
|---|---|---|
| committer | Andes <[email protected]> | 2020-10-26 10:01:28 +0800 |
| commit | 7dbebebb7949655f35d90c612eaf92e3d2c9ed24 (patch) | |
| tree | 7d2f7f16eb9071314d170a1a64cfe0d2dc4dea5f /drivers/timer/Kconfig | |
| parent | 79b135f1f937296fbe40ffa8500b531a7e1a0e9d (diff) | |
timer: Add _TIMER suffix to Andes PLMT Kconfig
This matches the naming scheme of other timer drivers.
Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
| -rw-r--r-- | drivers/timer/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 6b8e4c9dc01..80743a25519 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -53,7 +53,7 @@ config ALTERA_TIMER Select this to enable a timer for Altera devices. Please find details on the "Embedded Peripherals IP User Guide" of Altera. -config ANDES_PLMT +config ANDES_PLMT_TIMER bool depends on RISCV_MMODE || SPL_RISCV_MMODE help |
