]> Git Repo - u-boot.git/commitdiff
timer: Add _TIMER suffix to Andes PLMT Kconfig
authorSean Anderson <[email protected]>
Mon, 26 Oct 2020 01:46:57 +0000 (21:46 -0400)
committerAndes <[email protected]>
Mon, 26 Oct 2020 02:01:28 +0000 (10:01 +0800)
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]>
arch/riscv/cpu/ax25/Kconfig
drivers/timer/Kconfig
drivers/timer/Makefile

index 5cb5bb51eb1a2d0daa84d292d37a6366b2e7894b..327b74e20a0ed5bcf04d9b9a051dc9c44b8ff05d 100644 (file)
@@ -5,7 +5,7 @@ config RISCV_NDS
        imply CPU_RISCV
        imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
        imply ANDES_PLIC if (RISCV_MMODE || SPL_RISCV_MMODE)
-       imply ANDES_PLMT if (RISCV_MMODE || SPL_RISCV_MMODE)
+       imply ANDES_PLMT_TIMER if (RISCV_MMODE || SPL_RISCV_MMODE)
        imply SPL_CPU_SUPPORT
        imply SPL_OPENSBI
        imply SPL_LOAD_FIT
index 6b8e4c9dc01c3973c315b1a9a40e4c05cb5ad7f8..80743a255190744e7b2871df4d1674609719f589 100644 (file)
@@ -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
index dd4f9cc1d401cd1b46fbe9b1b56ccdfe50b0cf34..226227c8ecbfcbb4ad57823fc560ffecdf61dc0a 100644 (file)
@@ -5,7 +5,7 @@
 obj-y += timer-uclass.o
 obj-$(CONFIG_AG101P_TIMER) += ag101p_timer.o
 obj-$(CONFIG_ALTERA_TIMER)     += altera_timer.o
-obj-$(CONFIG_ANDES_PLMT) += andes_plmt_timer.o
+obj-$(CONFIG_ANDES_PLMT_TIMER) += andes_plmt_timer.o
 obj-$(CONFIG_ARC_TIMER)        += arc_timer.o
 obj-$(CONFIG_AST_TIMER)        += ast_timer.o
 obj-$(CONFIG_ATCPIT100_TIMER) += atcpit100_timer.o
This page took 0.03789 seconds and 4 git commands to generate.