diff options
author | 2023-10-06 22:46:30 +0200 | |
---|---|---|
committer | 2023-10-06 22:46:31 +0200 | |
commit | 886d1f1f8f5f65fd3048c0d6befe0d3222fb11a2 (patch) | |
tree | cd4c07023953050f76dc77b8512479de6159fd71 | |
parent | arm64: dts: mediatek: mt8195: Set DSU PMU status to fail (diff) | |
parent | soc: renesas: Make ARCH_R9A07G043 (riscv version) depend on NONPORTABLE (diff) | |
download | wireguard-linux-886d1f1f8f5f65fd3048c0d6befe0d3222fb11a2.tar.xz wireguard-linux-886d1f1f8f5f65fd3048c0d6befe0d3222fb11a2.zip |
Merge tag 'renesas-fixes-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes
Renesas fixes for v6.6
- Fix RISC-V multi-platform kernels by excluding RZ/Five.
* tag 'renesas-fixes-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
soc: renesas: Make ARCH_R9A07G043 (riscv version) depend on NONPORTABLE
Link: https://lore.kernel.org/r/cover.1696578170.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | drivers/soc/renesas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 5a75ab64d1ed..12040ce116a5 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -333,6 +333,7 @@ if RISCV config ARCH_R9A07G043 bool "RISC-V Platform support for RZ/Five" + depends on NONPORTABLE select ARCH_RZG2L select AX45MP_L2_CACHE if RISCV_DMA_NONCOHERENT select DMA_GLOBAL_POOL |