diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-10-06 22:46:30 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-10-06 22:46:31 +0200 |
commit | 886d1f1f8f5f65fd3048c0d6befe0d3222fb11a2 (patch) | |
tree | cd4c07023953050f76dc77b8512479de6159fd71 | |
parent | d192615c307ec9f74cd0582880ece698533eb99b (diff) | |
parent | c1ec4b450ab729e30d043e927fdfcc9f764f61b7 (diff) |
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>
-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 |