blob: c0b5b2457cb1c61052550f48f3bd2ac04153932d [file] [log] [blame]
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +09001if RCAR_32
2
Marek Vasutffb703d2018-05-02 11:42:22 +02003config ARCH_RMOBILE_BOARD_STRING
4 string "Renesas RCar Gen2 board name"
5 default "Board"
6
Marek Vasut8f9a8182018-01-07 19:37:06 +01007config RCAR_GEN2
8 bool "Renesas RCar Gen2"
9
10config R8A7740
11 bool "Renesas SoC R8A7740"
12
13config R8A7790
14 bool "Renesas SoC R8A7790"
15 select RCAR_GEN2
16
17config R8A7791
18 bool "Renesas SoC R8A7791"
19 select RCAR_GEN2
20
21config R8A7792
22 bool "Renesas SoC R8A7792"
23 select RCAR_GEN2
24
25config R8A7793
26 bool "Renesas SoC R8A7793"
27 select RCAR_GEN2
28
29config R8A7794
30 bool "Renesas SoC R8A7794"
31 select RCAR_GEN2
32
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090033choice
Chris Brandtd3d1f722017-11-03 10:36:12 -050034 prompt "Renesas ARM SoCs board select"
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090035 optional
36
37config TARGET_ARMADILLO_800EVA
38 bool "armadillo 800 eva board"
39
masakazu.mochizuki.wd@hitachi.com9d0e9372016-04-12 17:11:41 +090040config TARGET_BLANCHE
41 bool "Blanche board"
42 select DM
43 select DM_SERIAL
Marek Vasut927b1e32018-04-30 14:10:36 +020044 select USE_TINY_PRINTF
masakazu.mochizuki.wd@hitachi.com9d0e9372016-04-12 17:11:41 +090045
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090046config TARGET_GOSE
47 bool "Gose board"
48 select DM
49 select DM_SERIAL
Marek Vasut2d6dabc2018-04-23 20:24:10 +020050 select SUPPORT_SPL
51 select USE_TINY_PRINTF
52 select SPL_TINY_MEMSET
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090053
54config TARGET_KOELSCH
55 bool "Koelsch board"
56 select DM
57 select DM_SERIAL
Marek Vasutb0fd6e22018-04-17 14:13:11 +020058 select SUPPORT_SPL
59 select USE_TINY_PRINTF
60 select SPL_TINY_MEMSET
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090061
62config TARGET_LAGER
63 bool "Lager board"
64 select DM
65 select DM_SERIAL
Marek Vasut016a6052018-04-23 20:24:06 +020066 select SUPPORT_SPL
67 select USE_TINY_PRINTF
68 select SPL_TINY_MEMSET
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090069
70config TARGET_KZM9G
71 bool "KZM9D board"
72
73config TARGET_ALT
74 bool "Alt board"
75 select DM
76 select DM_SERIAL
Marek Vasut37381a22018-04-23 20:24:16 +020077 select SUPPORT_SPL
78 select USE_TINY_PRINTF
79 select SPL_TINY_MEMSET
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090080
81config TARGET_SILK
82 bool "Silk board"
83 select DM
84 select DM_SERIAL
Marek Vasut52e0ee32018-04-21 16:19:56 +020085 select SUPPORT_SPL
86 select USE_TINY_PRINTF
87 select SPL_TINY_MEMSET
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090088
89config TARGET_PORTER
90 bool "Porter board"
91 select DM
92 select DM_SERIAL
Marek Vasut10469062018-02-16 01:33:27 +010093 select SUPPORT_SPL
Marek Vasut853e6322018-04-13 15:51:13 +020094 select USE_TINY_PRINTF
Marek Vasut9da67e32018-04-13 23:13:00 +020095 select SPL_TINY_MEMSET
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +090096
97config TARGET_STOUT
98 bool "Stout board"
99 select DM
100 select DM_SERIAL
Marek Vasut3320a222018-04-12 15:23:46 +0200101 select SUPPORT_SPL
Marek Vasut853e6322018-04-13 15:51:13 +0200102 select USE_TINY_PRINTF
Marek Vasut9da67e32018-04-13 23:13:00 +0200103 select SPL_TINY_MEMSET
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +0900104
105endchoice
106
107config SYS_SOC
108 default "rmobile"
109
110config RMOBILE_EXTRAM_BOOT
111 bool "Enable boot from RAM"
masakazu.mochizuki.wd@hitachi.com9d0e9372016-04-12 17:11:41 +0900112 depends on TARGET_ALT || TARGET_BLANCHE || TARGET_KOELSCH || TARGET_LAGER || TARGET_PORTER || TARGET_SILK || TARGET_STOUT
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +0900113 default n
114
115choice
116 prompt "Qos setting primary"
masakazu.mochizuki.wd@hitachi.com9d0e9372016-04-12 17:11:41 +0900117 depends on TARGET_ALT || TARGET_BLANCHE || TARGET_GOSE || TARGET_KOELSCH || TARGET_LAGER
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +0900118 default QOS_PRI_NORMAL
119
120config QOS_PRI_NORMAL
121 bool "Non primary"
122 help
123 Select normal mode for QoS setting.
124
125config QOS_PRI_MEDIA
126 bool "Media primary"
127 help
128 Select multimedia primary mode for QoS setting.
129
130config QOS_PRI_GFX
131 bool "GFX primary"
132 help
133 Select GFX(graphics) primary mode for QoS setting.
134
135endchoice
136
137source "board/atmark-techno/armadillo-800eva/Kconfig"
masakazu.mochizuki.wd@hitachi.com9d0e9372016-04-12 17:11:41 +0900138source "board/renesas/blanche/Kconfig"
Nobuhiro Iwamatsub2c0e492016-06-17 13:52:13 +0900139source "board/renesas/gose/Kconfig"
140source "board/renesas/koelsch/Kconfig"
141source "board/renesas/lager/Kconfig"
142source "board/kmc/kzm9g/Kconfig"
143source "board/renesas/alt/Kconfig"
144source "board/renesas/silk/Kconfig"
145source "board/renesas/porter/Kconfig"
146source "board/renesas/stout/Kconfig"
147
148endif