mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
Merge tag 'renesas-drivers-for-v5.18-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/drivers
Renesas driver updates for v5.18 (take two)
- RZ/G2L and RZ/V2L need PM and PM_GENERIC_DOMAINS,
- Introduce ARCH_RZG2L family for RZ/G2L, RZ/G2LC, RZ/G2UL and RZ/V2L
SoCs.
* tag 'renesas-drivers-for-v5.18-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
soc: renesas: Kconfig: Introduce ARCH_RZG2L config option
soc: renesas: Kconfig: Explicitly select PM and PM_GENERIC_DOMAINS configs
Link: https://lore.kernel.org/r/cover.1645784470.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -40,6 +40,11 @@ config ARCH_RMOBILE
|
||||
select SYS_SUPPORTS_SH_TMU
|
||||
select SYSC_RMOBILE
|
||||
|
||||
config ARCH_RZG2L
|
||||
bool
|
||||
select PM
|
||||
select PM_GENERIC_DOMAINS
|
||||
|
||||
config ARCH_RZN1
|
||||
bool
|
||||
select ARM_AMBA
|
||||
@@ -293,11 +298,13 @@ config ARCH_R8A774B1
|
||||
|
||||
config ARCH_R9A07G044
|
||||
bool "ARM64 Platform support for RZ/G2L"
|
||||
select ARCH_RZG2L
|
||||
help
|
||||
This enables support for the Renesas RZ/G2L SoC variants.
|
||||
|
||||
config ARCH_R9A07G054
|
||||
bool "ARM64 Platform support for RZ/V2L"
|
||||
select ARCH_RZG2L
|
||||
help
|
||||
This enables support for the Renesas RZ/V2L SoC variants.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user