diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2024-02-28 16:07:51 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2024-02-28 16:07:51 +0100 |
commit | aba3f18aba6b1c8dd0095d73194b53be2cdd5f14 (patch) | |
tree | ab25e1b9742c05c3c5b6b4215eba608d28d91eb1 /arch/riscv/Kconfig | |
parent | riscv: defconfig: Enable mmc and dma drivers for T-Head TH1520 (diff) | |
parent | RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH (diff) | |
download | linux-aba3f18aba6b1c8dd0095d73194b53be2cdd5f14.tar.xz linux-aba3f18aba6b1c8dd0095d73194b53be2cdd5f14.zip |
Merge commit '3aff0c459e77' into for-next
These fixes are a dependency for the Zvkb patches, so I'm merging them
into for-next as well as fixes.
* commit '3aff0c459e77':
RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH
kbuild: Add -Wa,--fatal-warnings to as-instr invocation
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r-- | arch/riscv/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 85c899d0133a..27b1f44caa18 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -325,7 +325,6 @@ config AS_HAS_OPTION_ARCH # https://reviews.llvm.org/D123515 def_bool y depends on $(as-instr, .option arch$(comma) +m) - depends on !$(as-instr, .option arch$(comma) -i) source "arch/riscv/Kconfig.socs" source "arch/riscv/Kconfig.errata" |