blob: d5743ebce967f4b13cd1003207575245d35ad7a7 [file] [log] [blame]
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasutee40f1c2019-02-18 13:34:19 +01003menu "Select Target SoC"
Marek Vasut0d93a402017-05-13 15:57:35 +02004
Adam Ford52dd19b2020-06-30 09:30:06 -05005config R8A774A1
Biju Das2138a732020-10-12 16:16:14 +01006 bool "Renesas SoC R8A774A1"
7
8config R8A774B1
9 bool "Renesas SoC R8A774B1"
Biju Das69159a22020-10-14 18:17:35 +010010 imply CLK_R8A774B1
Adam Ford52dd19b2020-06-30 09:30:06 -050011
Lad Prabhakar573a9982020-10-16 08:37:12 +010012config R8A774C0
13 bool "Renesas SoC R8A774C0"
14
Biju Das4fd0bf82020-10-12 16:16:15 +010015config R8A774E1
16 bool "Renesas SoC R8A774E1"
17
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090018config R8A7795
Marek Vasut0d93a402017-05-13 15:57:35 +020019 bool "Renesas SoC R8A7795"
Marek Vasut71710b52019-02-18 13:20:48 +010020 imply CLK_R8A7795
Marek Vasut9c930522019-02-18 13:22:03 +010021 imply PINCTRL_PFC_R8A7795
Marek Vasut0d93a402017-05-13 15:57:35 +020022
Marek Vasut62df3122017-05-13 15:57:39 +020023config R8A7796
24 bool "Renesas SoC R8A7796"
Marek Vasut71710b52019-02-18 13:20:48 +010025 imply CLK_R8A7796
Marek Vasut9c930522019-02-18 13:22:03 +010026 imply PINCTRL_PFC_R8A7796
Marek Vasut62df3122017-05-13 15:57:39 +020027
Marek Vasutf843f252019-03-04 01:32:44 +010028config R8A77965
29 bool "Renesas SoC R8A77965"
Marek Vasut98c20582019-03-04 13:36:13 +010030 imply CLK_R8A77965
Marek Vasut72269e02019-03-04 01:32:44 +010031 imply PINCTRL_PFC_R8A77965
Marek Vasutf843f252019-03-04 01:32:44 +010032
Marek Vasut46175fc2017-10-09 20:39:47 +020033config R8A77970
34 bool "Renesas SoC R8A77970"
Marek Vasut71710b52019-02-18 13:20:48 +010035 imply CLK_R8A77970
Marek Vasut9c930522019-02-18 13:22:03 +010036 imply PINCTRL_PFC_R8A77970
Marek Vasut46175fc2017-10-09 20:39:47 +020037
Marek Vasutcf567852019-07-29 19:59:44 +020038config R8A77980
39 bool "Renesas SoC R8A77980"
40 imply CLK_R8A77980
41 imply PINCTRL_PFC_R8A77980
42
Marek Vasut001dbf32018-04-26 10:09:06 +020043config R8A77990
44 bool "Renesas SoC R8A77990"
Marek Vasut71710b52019-02-18 13:20:48 +010045 imply CLK_R8A77990
Marek Vasut9c930522019-02-18 13:22:03 +010046 imply PINCTRL_PFC_R8A77990
Marek Vasut001dbf32018-04-26 10:09:06 +020047
Marek Vasut04cd2e22017-10-08 20:52:52 +020048config R8A77995
49 bool "Renesas SoC R8A77995"
Marek Vasut71710b52019-02-18 13:20:48 +010050 imply CLK_R8A77995
Marek Vasut9c930522019-02-18 13:22:03 +010051 imply PINCTRL_PFC_R8A77995
Marek Vasut04cd2e22017-10-08 20:52:52 +020052
Marek Vasutee40f1c2019-02-18 13:34:19 +010053endmenu
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090054
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090055choice
Marek Vasutee40f1c2019-02-18 13:34:19 +010056 prompt "Renesas ARM64 SoCs board select"
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090057 optional
58
Adam Ford38676882020-06-30 09:30:11 -050059config TARGET_BEACON_RZG2M
60 bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
61 select R8A774A1
62 select PINCTRL_PFC_R8A774A1
63
Marek Vasutb700f032019-07-29 19:59:44 +020064config TARGET_CONDOR
65 bool "Condor board"
66 imply R8A77980
67 help
68 Support for Renesas R-Car Gen3 Condor platform
69
Marek Vasut3ef6d082017-10-08 20:41:18 +020070config TARGET_DRAAK
71 bool "Draak board"
Marek Vasutee40f1c2019-02-18 13:34:19 +010072 imply R8A77995
Marek Vasut3ef6d082017-10-08 20:41:18 +020073 help
74 Support for Renesas R-Car Gen3 Draak platform
75
Marek Vasutb47bc372017-10-09 21:08:10 +020076config TARGET_EAGLE
77 bool "Eagle board"
Marek Vasutee40f1c2019-02-18 13:34:19 +010078 imply R8A77970
Marek Vasutb47bc372017-10-09 21:08:10 +020079 help
80 Support for Renesas R-Car Gen3 Eagle platform
81
Marek Vasut2a46a0b2018-04-26 13:31:39 +020082config TARGET_EBISU
83 bool "Ebisu board"
Marek Vasutee40f1c2019-02-18 13:34:19 +010084 imply R8A77990
Marek Vasut2a46a0b2018-04-26 13:31:39 +020085 help
86 Support for Renesas R-Car Gen3 Ebisu platform
87
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090088config TARGET_SALVATOR_X
89 bool "Salvator-X board"
Marek Vasutee40f1c2019-02-18 13:34:19 +010090 imply R8A7795
91 imply R8A7796
Marek Vasutf843f252019-03-04 01:32:44 +010092 imply R8A77965
Marek Vasutc6259942019-03-13 21:09:49 +010093 imply SYS_MALLOC_F
94 imply MULTI_DTB_FIT
95 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090096 help
Marek Vasut36f74202017-05-13 15:57:40 +020097 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090098
Marek Vasutad43cd32017-07-21 23:15:21 +020099config TARGET_ULCB
100 bool "ULCB board"
Marek Vasutee40f1c2019-02-18 13:34:19 +0100101 imply R8A7795
102 imply R8A7796
Marek Vasutf843f252019-03-04 01:32:44 +0100103 imply R8A77965
Marek Vasutc6259942019-03-13 21:09:49 +0100104 imply SYS_MALLOC_F
105 imply MULTI_DTB_FIT
106 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Marek Vasutad43cd32017-07-21 23:15:21 +0200107 help
108 Support for Renesas R-Car Gen3 ULCB platform
109
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +0900110endchoice
111
112config SYS_SOC
113 default "rmobile"
114
Marek Vasutb700f032019-07-29 19:59:44 +0200115source "board/renesas/condor/Kconfig"
Marek Vasut3ef6d082017-10-08 20:41:18 +0200116source "board/renesas/draak/Kconfig"
Marek Vasutb47bc372017-10-09 21:08:10 +0200117source "board/renesas/eagle/Kconfig"
Marek Vasut2a46a0b2018-04-26 13:31:39 +0200118source "board/renesas/ebisu/Kconfig"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +0900119source "board/renesas/salvator-x/Kconfig"
Marek Vasutad43cd32017-07-21 23:15:21 +0200120source "board/renesas/ulcb/Kconfig"
Adam Ford38676882020-06-30 09:30:11 -0500121source "board/beacon/beacon-rzg2m/Kconfig"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +0900122
Marek Vasutc6259942019-03-13 21:09:49 +0100123config MULTI_DTB_FIT_UNCOMPRESS_SZ
124 default 0x80000 if TARGET_SALVATOR_X
125 default 0x80000 if TARGET_ULCB
126
127config MULTI_DTB_FIT_USER_DEF_ADDR
128 default 0x49000000 if TARGET_SALVATOR_X
129 default 0x49000000 if TARGET_ULCB
130
131config SYS_MALLOC_F_LEN
132 default 0x8000 if RCAR_GEN3
133
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +0900134endif