blob: 84c1a6d07bd6ad77e0e0bc17dd3b4419c6200bc3 [file] [log] [blame]
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +09001if RCAR_32
2
Marek Vasutb606e1b2018-01-07 19:37:06 +01003config RCAR_GEN2
4 bool "Renesas RCar Gen2"
5
6config R8A7740
7 bool "Renesas SoC R8A7740"
8
9config R8A7790
10 bool "Renesas SoC R8A7790"
11 select RCAR_GEN2
12
13config R8A7791
14 bool "Renesas SoC R8A7791"
15 select RCAR_GEN2
16
17config R8A7792
18 bool "Renesas SoC R8A7792"
19 select RCAR_GEN2
20
21config R8A7793
22 bool "Renesas SoC R8A7793"
23 select RCAR_GEN2
24
25config R8A7794
26 bool "Renesas SoC R8A7794"
27 select RCAR_GEN2
28
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090029choice
Chris Brandtfc856052017-11-03 10:36:12 -050030 prompt "Renesas ARM SoCs board select"
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090031 optional
32
33config TARGET_ARMADILLO_800EVA
34 bool "armadillo 800 eva board"
35
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +090036config TARGET_BLANCHE
37 bool "Blanche board"
38 select DM
39 select DM_SERIAL
40
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090041config TARGET_GOSE
42 bool "Gose board"
43 select DM
44 select DM_SERIAL
Marek Vasut49aefe32018-04-23 20:24:10 +020045 select SUPPORT_SPL
46 select USE_TINY_PRINTF
47 select SPL_TINY_MEMSET
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090048
49config TARGET_KOELSCH
50 bool "Koelsch board"
51 select DM
52 select DM_SERIAL
Marek Vasut7d0299c2018-04-17 14:13:11 +020053 select SUPPORT_SPL
54 select USE_TINY_PRINTF
55 select SPL_TINY_MEMSET
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090056
57config TARGET_LAGER
58 bool "Lager board"
59 select DM
60 select DM_SERIAL
Marek Vasute6027e62018-04-23 20:24:06 +020061 select SUPPORT_SPL
62 select USE_TINY_PRINTF
63 select SPL_TINY_MEMSET
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090064
65config TARGET_KZM9G
66 bool "KZM9D board"
67
68config TARGET_ALT
69 bool "Alt board"
70 select DM
71 select DM_SERIAL
Marek Vasutbb6d2ff2018-04-23 20:24:16 +020072 select SUPPORT_SPL
73 select USE_TINY_PRINTF
74 select SPL_TINY_MEMSET
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090075
76config TARGET_SILK
77 bool "Silk board"
78 select DM
79 select DM_SERIAL
Marek Vasutf7aa3cd2018-04-21 16:19:56 +020080 select SUPPORT_SPL
81 select USE_TINY_PRINTF
82 select SPL_TINY_MEMSET
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090083
84config TARGET_PORTER
85 bool "Porter board"
86 select DM
87 select DM_SERIAL
Marek Vasut7ee37d02018-02-16 01:33:27 +010088 select SUPPORT_SPL
Marek Vasut98a100e2018-04-13 15:51:13 +020089 select USE_TINY_PRINTF
Marek Vasut0e592d02018-04-13 23:13:00 +020090 select SPL_TINY_MEMSET
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090091
92config TARGET_STOUT
93 bool "Stout board"
94 select DM
95 select DM_SERIAL
Marek Vasutec7113f2018-04-12 15:23:46 +020096 select SUPPORT_SPL
Marek Vasut98a100e2018-04-13 15:51:13 +020097 select USE_TINY_PRINTF
Marek Vasut0e592d02018-04-13 23:13:00 +020098 select SPL_TINY_MEMSET
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +090099
100endchoice
101
102config SYS_SOC
103 default "rmobile"
104
105config RMOBILE_EXTRAM_BOOT
106 bool "Enable boot from RAM"
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +0900107 depends on TARGET_ALT || TARGET_BLANCHE || TARGET_KOELSCH || TARGET_LAGER || TARGET_PORTER || TARGET_SILK || TARGET_STOUT
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900108 default n
109
110choice
111 prompt "Qos setting primary"
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +0900112 depends on TARGET_ALT || TARGET_BLANCHE || TARGET_GOSE || TARGET_KOELSCH || TARGET_LAGER
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900113 default QOS_PRI_NORMAL
114
115config QOS_PRI_NORMAL
116 bool "Non primary"
117 help
118 Select normal mode for QoS setting.
119
120config QOS_PRI_MEDIA
121 bool "Media primary"
122 help
123 Select multimedia primary mode for QoS setting.
124
125config QOS_PRI_GFX
126 bool "GFX primary"
127 help
128 Select GFX(graphics) primary mode for QoS setting.
129
130endchoice
131
132source "board/atmark-techno/armadillo-800eva/Kconfig"
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +0900133source "board/renesas/blanche/Kconfig"
Nobuhiro Iwamatsu7a500a72016-06-17 13:52:13 +0900134source "board/renesas/gose/Kconfig"
135source "board/renesas/koelsch/Kconfig"
136source "board/renesas/lager/Kconfig"
137source "board/kmc/kzm9g/Kconfig"
138source "board/renesas/alt/Kconfig"
139source "board/renesas/silk/Kconfig"
140source "board/renesas/porter/Kconfig"
141source "board/renesas/stout/Kconfig"
142
143endif