diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-10-16 17:16:39 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-10-16 17:16:39 +0300 |
commit | 606c577f75573aceeff35176c24b0dfb0b11db01 (patch) | |
tree | 4807122c25b10bf0432e9f0d8a5d26f7029a0ab2 /drivers/soc | |
parent | 58720809f52779dc0f08e53e54b014209d13eebb (diff) | |
parent | 1531309aa2092a96c092fa662863ffa53da3ba93 (diff) | |
download | linux-606c577f75573aceeff35176c24b0dfb0b11db01.tar.xz |
Merge tag 'renesas-fixes-for-v6.6-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes
Renesas fixes for v6.6 (take two)
- Fix build failures due to missing RZ/Five dependencies.
* tag 'renesas-fixes-for-v6.6-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
soc: renesas: Make ARCH_R9A07G043 depend on required options
Link: https://lore.kernel.org/r/cover.1697199963.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/renesas/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 12040ce116a5..93f42c159ad4 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -334,12 +334,13 @@ if RISCV config ARCH_R9A07G043 bool "RISC-V Platform support for RZ/Five" depends on NONPORTABLE + depends on RISCV_ALTERNATIVE + depends on RISCV_SBI select ARCH_RZG2L - select AX45MP_L2_CACHE if RISCV_DMA_NONCOHERENT + select AX45MP_L2_CACHE select DMA_GLOBAL_POOL - select ERRATA_ANDES if RISCV_SBI - select ERRATA_ANDES_CMO if ERRATA_ANDES - + select ERRATA_ANDES + select ERRATA_ANDES_CMO help This enables support for the Renesas RZ/Five SoC. |