From: Anup Patel Date: Mon, 25 Feb 2019 08:14:04 +0000 (+0000) Subject: riscv: Enable create symlink using kconfig X-Git-Tag: v2025.01-rc5-pxa1908~3104^2~14 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=7c8d210b91a192e89be3bfc9c0e943422df108b0;p=u-boot.git 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: Anup Patel Reviewed-by: Bin Meng --- diff --git a/arch/Kconfig b/arch/Kconfig index d9afe269f2..2f3d07c13a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -61,6 +61,7 @@ config PPC config RISCV bool "RISC-V architecture" + select CREATE_ARCH_SYMLINK select SUPPORT_OF_CONTROL select OF_CONTROL select DM