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>
default y if 64BIT
config RISCV_ACLINT
- bool
+ bool "RISC-V ACLINT support"
depends on RISCV_MMODE
select REGMAP
select SYSCON
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