blob: 55c620a7c41f8b5db0d9706a059c1f6ed6c16882 [file] [log] [blame]
Masahiro Yamadaf40b9892014-08-31 07:10:57 +09001if RMOBILE
2
3choice
4 prompt "Renesus ARM SoCs board select"
5
6config TARGET_ARMADILLO_800EVA
7 bool "armadillo 800 eva board"
8
9config TARGET_KOELSCH
10 bool "Koelsch board"
11
12config TARGET_LAGER
13 bool "Lager board"
14
15config TARGET_KZM9G
16 bool "KZM9D board"
17
18config TARGET_ALT
19 bool "Alt board"
20
21endchoice
22
23config SYS_CPU
24 string
25 default "armv7"
26
27config SYS_SOC
28 string
29 default "rmobile"
30
31source "board/atmark-techno/armadillo-800eva/Kconfig"
32source "board/renesas/koelsch/Kconfig"
33source "board/renesas/lager/Kconfig"
34source "board/kmc/kzm9g/Kconfig"
35source "board/renesas/alt/Kconfig"
36
37endif