diff options
| author | Michal Simek <[email protected]> | 2026-05-15 14:47:52 +0200 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2026-07-26 19:39:22 -0700 |
| commit | 0798f12031d0f5101e2dc05433e6d6984a610782 (patch) | |
| tree | 2f9fcd4548bdfd3d8f836162116b9bc2046b3075 | |
| parent | d8810e1d4f82b8064e4b9e0a52b352670d79ae06 (diff) | |
riscv: Make RISCV_ACLINT visible
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 <[email protected]>
Reviewed-by: Yao Zi <[email protected]>
| -rw-r--r-- | arch/riscv/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 485067ed266..0865620912c 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -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 |
