Skip to content
Snippets Groups Projects
Commit 7c8d210b authored by Anup Patel's avatar Anup Patel Committed by Andes
Browse files

riscv: Enable create symlink using kconfig


We select CREATE_ARCH_SYMLINK for RISC-V so that we can have
include/asm/arch linked to include/asm/arch-xyz.

Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent b3820ba9
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ config PPC ...@@ -61,6 +61,7 @@ config PPC
config RISCV config RISCV
bool "RISC-V architecture" bool "RISC-V architecture"
select CREATE_ARCH_SYMLINK
select SUPPORT_OF_CONTROL select SUPPORT_OF_CONTROL
select OF_CONTROL select OF_CONTROL
select DM select DM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment