diff options
author | Anup Patel <Anup.Patel@wdc.com> | 2019-02-25 08:14:04 +0000 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-02-27 09:12:33 +0800 |
commit | 7c8d210b91a192e89be3bfc9c0e943422df108b0 (patch) | |
tree | 1fdbcb03cf8f23408b908427cb8e5f32edcf6df6 /arch/Kconfig | |
parent | b3820ba997f004a376efc5446683101ff42b05af (diff) | |
download | u-boot-7c8d210b91a192e89be3bfc9c0e943422df108b0.tar.gz |
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 <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |