]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
riscv: Make RISCV_ACLINT visible
authorMichal Simek <michal.simek@amd.com>
Fri, 15 May 2026 12:47:52 +0000 (14:47 +0200)
committerLeo Yu-Chi Liang <leo.liang@sifive.com>
Mon, 27 Jul 2026 02:39:22 +0000 (19:39 -0700)
A platform (like Xilinx Microblaze V) does not have an ACLINT (Advanced
Core Local Interruptor) hardware block.

Make RISCV_ACLINT and SPL_RISCV_ACLINT Kconfig symbols visible with
prompts.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Yao Zi <me@ziyao.cc>
arch/riscv/Kconfig

index 485067ed266db6d13d4a9d53181174edfdca9b69..0865620912cf6760363a982b7341518349d2aee0 100644 (file)
@@ -378,7 +378,7 @@ config DMA_ADDR_T_64BIT
        default y if 64BIT
 
 config RISCV_ACLINT
-       bool
+       bool "RISC-V ACLINT support"
        depends on RISCV_MMODE
        select REGMAP
        select SYSCON
@@ -387,7 +387,7 @@ config RISCV_ACLINT
          associated with software and timer interrupts.
 
 config SPL_RISCV_ACLINT
-       bool
+       bool "RISC-V ACLINT support in SPL"
        depends on SPL_RISCV_MMODE
        select SPL_REGMAP
        select SPL_SYSCON