blob: d5e437f0d2e2b4e67df9f6f9282c29a5b75d1ce8 [file] [log] [blame]
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +09001if RCAR_32
2
Marek Vasut83a64be2018-05-02 11:42:22 +02003config ARCH_RMOBILE_BOARD_STRING
4 string "Renesas RCar Gen2 board name"
5 default "Board"
6
Marek Vasutb606e1b2018-01-07 19:37:06 +01007config RCAR_GEN2
8 bool "Renesas RCar Gen2"
Marek Vasut4f109892018-08-08 15:06:03 +02009 select PHY
10 select PHY_RCAR_GEN2
Marek Vasutb606e1b2018-01-07 19:37:06 +010011
12config R8A7740
13 bool "Renesas SoC R8A7740"
14
15config R8A7790
16 bool "Renesas SoC R8A7790"
17 select RCAR_GEN2
Marek Vasuta6759e32018-06-30 08:07:41 +020018 select ARM_CORTEX_A15_CVE_2017_5715
Marek Vasut46467ce2019-02-18 13:20:48 +010019 imply CLK_R8A7790
Marek Vasut669367f2019-02-18 13:22:03 +010020 imply PINCTRL_PFC_R8A7790
Marek Vasutb606e1b2018-01-07 19:37:06 +010021
22config R8A7791
23 bool "Renesas SoC R8A7791"
24 select RCAR_GEN2
Marek Vasuta6759e32018-06-30 08:07:41 +020025 select ARM_CORTEX_A15_CVE_2017_5715
Marek Vasut46467ce2019-02-18 13:20:48 +010026 imply CLK_R8A7791
Marek Vasut669367f2019-02-18 13:22:03 +010027 imply PINCTRL_PFC_R8A7791
Marek Vasutb606e1b2018-01-07 19:37:06 +010028
29config R8A7792
30 bool "Renesas SoC R8A7792"
31 select RCAR_GEN2
Marek Vasuta6759e32018-06-30 08:07:41 +020032 select ARM_CORTEX_A15_CVE_2017_5715
Marek Vasut46467ce2019-02-18 13:20:48 +010033 imply CLK_R8A7792
Marek Vasut669367f2019-02-18 13:22:03 +010034 imply PINCTRL_PFC_R8A7792
Marek Vasutb606e1b2018-01-07 19:37:06 +010035
36config R8A7793
37 bool "Renesas SoC R8A7793"
38 select RCAR_GEN2
Marek Vasuta6759e32018-06-30 08:07:41 +020039 select ARM_CORTEX_A15_CVE_2017_5715
Marek Vasut46467ce2019-02-18 13:20:48 +010040 imply CLK_R8A7793
Marek Vasut669367f2019-02-18 13:22:03 +010041 imply PINCTRL_PFC_R8A7793
Marek Vasutb606e1b2018-01-07 19:37:06 +010042
43config R8A7794
44 bool "Renesas SoC R8A7794"
45 select RCAR_GEN2
Marek Vasut46467ce2019-02-18 13:20:48 +010046 imply CLK_R8A7794
Marek Vasut669367f2019-02-18 13:22:03 +010047 imply PINCTRL_PFC_R8A7794
Marek Vasutb606e1b2018-01-07 19:37:06 +010048
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090049choice
Chris Brandtfc856052017-11-03 10:36:12 -050050 prompt "Renesas ARM SoCs board select"
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090051 optional
52
53config TARGET_ARMADILLO_800EVA
54 bool "armadillo 800 eva board"
55
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +090056config TARGET_BLANCHE
57 bool "Blanche board"
58 select DM
59 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +020060 imply CMD_DM
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +090061
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090062config TARGET_GOSE
63 bool "Gose board"
64 select DM
65 select DM_SERIAL
Michal Simek5ed063d2018-07-23 15:55:13 +020066 select SPL_TINY_MEMSET
Marek Vasut49aefe32018-04-23 20:24:10 +020067 select SUPPORT_SPL
Simon Glass27084c02019-09-25 08:56:27 -060068 select SPL_USE_TINY_PRINTF
Michal Simek08a00cb2018-07-23 15:55:14 +020069 imply CMD_DM
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090070
71config TARGET_KOELSCH
72 bool "Koelsch board"
73 select DM
74 select DM_SERIAL
Michal Simek5ed063d2018-07-23 15:55:13 +020075 select SPL_TINY_MEMSET
Marek Vasut7d0299c2018-04-17 14:13:11 +020076 select SUPPORT_SPL
Simon Glass27084c02019-09-25 08:56:27 -060077 select SPL_USE_TINY_PRINTF
Michal Simek08a00cb2018-07-23 15:55:14 +020078 imply CMD_DM
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090079
80config TARGET_LAGER
81 bool "Lager board"
82 select DM
83 select DM_SERIAL
Michal Simek5ed063d2018-07-23 15:55:13 +020084 select SPL_TINY_MEMSET
Marek Vasute6027e62018-04-23 20:24:06 +020085 select SUPPORT_SPL
Simon Glass27084c02019-09-25 08:56:27 -060086 select SPL_USE_TINY_PRINTF
Michal Simek08a00cb2018-07-23 15:55:14 +020087 imply CMD_DM
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090088
89config TARGET_KZM9G
90 bool "KZM9D board"
91
92config TARGET_ALT
93 bool "Alt board"
94 select DM
95 select DM_SERIAL
Michal Simek5ed063d2018-07-23 15:55:13 +020096 select SPL_TINY_MEMSET
Marek Vasutbb6d2ff2018-04-23 20:24:16 +020097 select SUPPORT_SPL
Simon Glass27084c02019-09-25 08:56:27 -060098 select SPL_USE_TINY_PRINTF
Michal Simek08a00cb2018-07-23 15:55:14 +020099 imply CMD_DM
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900100
101config TARGET_SILK
102 bool "Silk board"
103 select DM
104 select DM_SERIAL
Michal Simek5ed063d2018-07-23 15:55:13 +0200105 select SPL_TINY_MEMSET
Marek Vasutf7aa3cd2018-04-21 16:19:56 +0200106 select SUPPORT_SPL
Simon Glass27084c02019-09-25 08:56:27 -0600107 select SPL_USE_TINY_PRINTF
Michal Simek08a00cb2018-07-23 15:55:14 +0200108 imply CMD_DM
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900109
110config TARGET_PORTER
111 bool "Porter board"
112 select DM
113 select DM_SERIAL
Michal Simek5ed063d2018-07-23 15:55:13 +0200114 select SPL_TINY_MEMSET
Marek Vasut7ee37d02018-02-16 01:33:27 +0100115 select SUPPORT_SPL
Simon Glass27084c02019-09-25 08:56:27 -0600116 select SPL_USE_TINY_PRINTF
Michal Simek08a00cb2018-07-23 15:55:14 +0200117 imply CMD_DM
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900118
119config TARGET_STOUT
120 bool "Stout board"
121 select DM
122 select DM_SERIAL
Michal Simek5ed063d2018-07-23 15:55:13 +0200123 select SPL_TINY_MEMSET
Marek Vasutec7113f2018-04-12 15:23:46 +0200124 select SUPPORT_SPL
Simon Glass27084c02019-09-25 08:56:27 -0600125 select SPL_USE_TINY_PRINTF
Michal Simek08a00cb2018-07-23 15:55:14 +0200126 imply CMD_DM
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900127
128endchoice
129
130config SYS_SOC
131 default "rmobile"
132
133config RMOBILE_EXTRAM_BOOT
134 bool "Enable boot from RAM"
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +0900135 depends on TARGET_ALT || TARGET_BLANCHE || TARGET_KOELSCH || TARGET_LAGER || TARGET_PORTER || TARGET_SILK || TARGET_STOUT
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900136 default n
137
138choice
139 prompt "Qos setting primary"
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +0900140 depends on TARGET_ALT || TARGET_BLANCHE || TARGET_GOSE || TARGET_KOELSCH || TARGET_LAGER
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900141 default QOS_PRI_NORMAL
142
143config QOS_PRI_NORMAL
144 bool "Non primary"
145 help
146 Select normal mode for QoS setting.
147
148config QOS_PRI_MEDIA
149 bool "Media primary"
150 help
151 Select multimedia primary mode for QoS setting.
152
153config QOS_PRI_GFX
154 bool "GFX primary"
155 help
156 Select GFX(graphics) primary mode for QoS setting.
157
158endchoice
159
160source "board/atmark-techno/armadillo-800eva/Kconfig"
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +0900161source "board/renesas/blanche/Kconfig"
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900162source "board/renesas/gose/Kconfig"
163source "board/renesas/koelsch/Kconfig"
164source "board/renesas/lager/Kconfig"
165source "board/kmc/kzm9g/Kconfig"
166source "board/renesas/alt/Kconfig"
167source "board/renesas/silk/Kconfig"
168source "board/renesas/porter/Kconfig"
169source "board/renesas/stout/Kconfig"
170
171endif