Nobuhiro Iwamatsu | 1cc95f6 | 2015-10-10 05:58:28 +0900 | [diff] [blame] | 1 | if ARCH_RMOBILE |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 2 | |
Marek Vasut | ef72c1e | 2023-02-28 07:28:56 +0100 | [diff] [blame] | 3 | # Renesas ARM SoCs R-Car Gen3/Gen4 (64bit) |
| 4 | config RCAR_64 |
| 5 | bool |
| 6 | select ARM64 |
| 7 | select CMD_CACHE |
| 8 | select OF_BOARD_SETUP |
| 9 | select PHY |
| 10 | select PINCONF |
| 11 | select PINCTRL |
| 12 | select PINCTRL_PFC |
| 13 | select POSITION_INDEPENDENT |
| 14 | imply CMD_FS_UUID |
| 15 | imply CMD_GPT |
| 16 | imply CMD_MMC_SWRITE if MMC |
| 17 | imply CMD_UUID |
| 18 | imply SUPPORT_EMMC_RPMB if MMC |
| 19 | |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 20 | choice |
Nobuhiro Iwamatsu | 7a500a7 | 2016-06-17 13:52:13 +0900 | [diff] [blame] | 21 | prompt "Target Renesas SoC select" |
| 22 | default RCAR_32 |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 23 | |
Nobuhiro Iwamatsu | 7a500a7 | 2016-06-17 13:52:13 +0900 | [diff] [blame] | 24 | config RCAR_32 |
| 25 | bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 26 | select CPU_V7A |
Vladimir Barinov | 2187113 | 2015-07-20 20:49:59 +0300 | [diff] [blame] | 27 | |
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 28 | config RCAR_GEN3 |
| 29 | bool "Renesas ARM SoCs R-Car Gen3 (64bit)" |
Marek Vasut | ef72c1e | 2023-02-28 07:28:56 +0100 | [diff] [blame] | 30 | select RCAR_64 |
Marek Vasut | 5602330 | 2018-10-03 12:44:13 +0200 | [diff] [blame] | 31 | select SUPPORT_SPL |
Marek Vasut | 5602330 | 2018-10-03 12:44:13 +0200 | [diff] [blame] | 32 | imply SPL |
| 33 | imply SPL_BOARD_INIT |
| 34 | imply SPL_GZIP |
| 35 | imply SPL_LIBCOMMON_SUPPORT |
| 36 | imply SPL_LIBGENERIC_SUPPORT |
Simon Glass | 2a73606 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 37 | imply SPL_SERIAL |
Marek Vasut | 5602330 | 2018-10-03 12:44:13 +0200 | [diff] [blame] | 38 | imply SPL_SYS_MALLOC_SIMPLE |
| 39 | imply SPL_TINY_MEMSET |
Simon Glass | 27084c0 | 2019-09-25 08:56:27 -0600 | [diff] [blame] | 40 | imply SPL_USE_TINY_PRINTF |
Marek Vasut | 6f152a7 | 2023-02-28 07:28:54 +0100 | [diff] [blame] | 41 | imply SPL_YMODEM_SUPPORT |
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 42 | |
Hai Pham | 5a3b074 | 2023-02-28 22:22:03 +0100 | [diff] [blame] | 43 | config RCAR_GEN4 |
| 44 | bool "Renesas ARM SoCs R-Car Gen4 (64bit)" |
| 45 | select RCAR_64 |
| 46 | |
Chris Brandt | 3529596 | 2017-08-23 14:53:59 -0500 | [diff] [blame] | 47 | config RZA1 |
| 48 | prompt "Renesas ARM SoCs RZ/A1 (32bit)" |
| 49 | select CPU_V7A |
| 50 | |
Ralph Siemsen | 2156327 | 2023-05-12 21:36:55 -0400 | [diff] [blame] | 51 | config RZN1 |
| 52 | prompt "Renesas ARM SoCs RZ/N1 (32bit)" |
| 53 | select CPU_V7A |
| 54 | select ARMV7_SET_CORTEX_SMPEN if !SPL |
| 55 | select SPL_ARMV7_SET_CORTEX_SMPEN if SPL |
| 56 | select CLK |
| 57 | select CLK_RENESAS |
| 58 | select CLK_R9A06G032 |
| 59 | select DM |
| 60 | select DM_ETH |
| 61 | select DM_SERIAL |
| 62 | select PINCTRL |
| 63 | select PINCONF |
| 64 | select REGMAP |
| 65 | select SYSRESET |
| 66 | select SYSRESET_SYSCON |
| 67 | imply CMD_DM |
| 68 | |
Paul Barker | 387d427 | 2023-10-16 10:25:27 +0100 | [diff] [blame] | 69 | config RZG2L |
| 70 | prompt "Renesas RZ/G2L Family ARM SoCs" |
| 71 | select GICV3 |
| 72 | select RCAR_64 |
Paul Barker | 1918ff5 | 2023-10-16 10:25:29 +0100 | [diff] [blame^] | 73 | imply CLK_RZG2L |
Paul Barker | 387d427 | 2023-10-16 10:25:27 +0100 | [diff] [blame] | 74 | imply MULTI_DTB_FIT |
| 75 | imply MULTI_DTB_FIT_USER_DEFINED_AREA |
| 76 | imply RENESAS_SDHI |
| 77 | imply SYS_MALLOC_F |
| 78 | help |
| 79 | Enable support for the Renesas RZ/G2L family of SoCs. Currently |
| 80 | support is only included for the RZ/G2L itself (based on the R9A07G044 |
| 81 | SoC). Support for additional SoCs in this family (RZ/G2LC, RZ/G2UL, |
| 82 | RZ/V2L & RZ/Five) is not yet available. |
| 83 | |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 84 | endchoice |
| 85 | |
Marek Vasut | dec699b | 2023-02-28 07:28:55 +0100 | [diff] [blame] | 86 | config SYS_SOC |
| 87 | default "rmobile" if ARCH_RMOBILE |
| 88 | |
Nobuhiro Iwamatsu | 7a500a7 | 2016-06-17 13:52:13 +0900 | [diff] [blame] | 89 | source "arch/arm/mach-rmobile/Kconfig.32" |
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 90 | source "arch/arm/mach-rmobile/Kconfig.64" |
Chris Brandt | 3529596 | 2017-08-23 14:53:59 -0500 | [diff] [blame] | 91 | source "arch/arm/mach-rmobile/Kconfig.rza1" |
Ralph Siemsen | 2156327 | 2023-05-12 21:36:55 -0400 | [diff] [blame] | 92 | source "arch/arm/mach-rmobile/Kconfig.rzn1" |
Paul Barker | 387d427 | 2023-10-16 10:25:27 +0100 | [diff] [blame] | 93 | source "arch/arm/mach-rmobile/Kconfig.rzg2l" |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 94 | |
| 95 | endif |